diff options
Diffstat (limited to 'env.c')
-rw-r--r-- | env.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ #endif #include <pwd.h> #include <string.h> +#ifdef HAVE_NET_SOCKET_H +#include <net/socket.h> +#endif #ifdef HAVE_GETHOSTBYNAME #include <netdb.h> #endif /* HAVE_GETHOSTBYNAME */ |