]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Need netinet/in.h. Tiny patch from Deanna Phillips
authorSimon Josefsson <simon@josefsson.org>
Wed, 21 Mar 2007 13:35:24 +0000 (13:35 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 21 Mar 2007 13:35:24 +0000 (13:35 +0000)
<deanna@sdf.lonestar.org>.

tests/anonself.c

index 54360c9cae7ee6a28c867d6c931bd317c50f5e5f..40bb86997adbbe9e4310acf2f4e112250779a115 100644 (file)
@@ -30,6 +30,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <sys/types.h>
+#include <netinet/in.h>
 #include <sys/socket.h>
 #include <sys/wait.h>
 #include <arpa/inet.h>