]> sjero.net Git - wget/blobdiff - src/host.c
#include <sys/types.h>
[wget] / src / host.c
index e65a23aa147a5f9d6a02c2d67b7c3b656c94b0c3..7b8c418963bd6f329ea1409698b73efd8dd51f99 100644 (file)
@@ -36,6 +36,7 @@ as that of the covered work.  */
 #include <assert.h>
 
 #ifndef WINDOWS
+# include <sys/types.h>
 # include <sys/socket.h>
 # include <netinet/in.h>
 # ifndef __BEOS__