diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-03-21 13:35:24 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-03-21 13:35:24 +0000 |
commit | 1e367da94efe28c67b675efb69e7963e52aee20a (patch) | |
tree | 25d372270443f7530aa352d9809598dbbc16dabc /tests | |
parent | 2f7ae77c0f5288e852c956e163ad9efaeab4770b (diff) | |
download | gnutls-1e367da94efe28c67b675efb69e7963e52aee20a.tar.gz |
Need netinet/in.h. Tiny patch from Deanna Phillips
<deanna@sdf.lonestar.org>.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/anonself.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <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> |