diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-01-21 20:31:45 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-01-21 20:31:45 +0100 |
commit | 57ab2fb1d1a02b552a10c531f0ef84ad03fdd963 (patch) | |
tree | d47cbdb2c236e68f67fd5d1e1bede86ed99f3d6e /test/cookies.c | |
parent | f4d15fea9bf44d82218c22f700fbb7158dee21aa (diff) |
fix building of new cookies test program on *BSD
Diffstat (limited to 'test/cookies.c')
-rw-r--r-- | test/cookies.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cookies.c b/test/cookies.c index 53d43ea1..d5062894 100644 --- a/test/cookies.c +++ b/test/cookies.c @@ -32,6 +32,7 @@ #include <sys/types.h> #include <sys/socket.h> #include <arpa/inet.h> +#include <netinet/in.h> #define _MSG(...) |