blob: 085ec91d6ef4eaada972c15758b0cb501d341e3f [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_FIRMWARE_GIGABOOT_CPP_LEGACY_C_GIGABOOT_ARPA_INET_H_
#define SRC_FIRMWARE_GIGABOOT_CPP_LEGACY_C_GIGABOOT_ARPA_INET_H_
#include <../../include/arpa/inet.h>
long atol(const char* nptr);
#endif // SRC_FIRMWARE_GIGABOOT_CPP_LEGACY_C_GIGABOOT_ARPA_INET_H_