From: Simon Josefsson Date: Wed, 21 Mar 2007 13:35:24 +0000 (+0000) Subject: Need netinet/in.h. Tiny patch from Deanna Phillips X-Git-Tag: gnutls_1_7_8~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e367da94efe28c67b675efb69e7963e52aee20a;p=thirdparty%2Fgnutls.git Need netinet/in.h. Tiny patch from Deanna Phillips . --- diff --git a/tests/anonself.c b/tests/anonself.c index 54360c9cae..40bb86997a 100644 --- a/tests/anonself.c +++ b/tests/anonself.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include