summaryrefslogtreecommitdiff
path: root/tests/anonself.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-03-21 13:35:24 +0000
committerSimon Josefsson <simon@josefsson.org>2007-03-21 13:35:24 +0000
commit1e367da94efe28c67b675efb69e7963e52aee20a (patch)
tree25d372270443f7530aa352d9809598dbbc16dabc /tests/anonself.c
parent2f7ae77c0f5288e852c956e163ad9efaeab4770b (diff)
downloadgnutls-1e367da94efe28c67b675efb69e7963e52aee20a.tar.gz
Need netinet/in.h. Tiny patch from Deanna Phillips
<deanna@sdf.lonestar.org>.
Diffstat (limited to 'tests/anonself.c')
-rw-r--r--tests/anonself.c1
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>