Add netinet/in.h for htonl().

SVN revision: 34181
This commit is contained in:
Kim Woelders 2008-04-03 19:29:55 +00:00
parent ff6fb2e3bf
commit 5f73ab33be
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ extern "C"
void *alloca (size_t);
#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
#include <stdio.h>
#include <string.h>
#include <zlib.h>