]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/internal/sockets.h
Fix builds with DJGPP
[thirdparty/openssl.git] / include / internal / sockets.h
index 6e882fa6aafdf2d329ab98e49dde75c17bfb2a41..b3e42e04d1757e4c88e8d2c9946aba7771de395a 100644 (file)
@@ -32,6 +32,8 @@
 #   include <sys/un.h>
 #   include <tcp.h>
 #   include <netdb.h>
+#   include <arpa/inet.h>
+#   include <netinet/tcp.h>
 #  elif defined(_WIN32_WCE) && _WIN32_WCE<410
 #   define getservbyname _masked_declaration_getservbyname
 #  endif