blob: 905e95828c70f27da61941ca9abddfed5e242f2f [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef PKI_FILLINS_INET_H_
#define PKI_FILLINS_INET_H_
#include <openssl/base.h>
#if defined(OPENSSL_WINDOWS)
#include <winsock2.h>
#else
#include <arpa/inet.h>
#endif // OPENSSL_WINDOWS
#endif // PKI_FILLINS_INET_H_