FS-8777 #resolve FreeBSD: mod_redis/credis.c missing netinet/in.h include

This commit is contained in:
Corey Smith 2016-01-26 21:13:31 -05:00
parent 41c73013e9
commit 7129dc32c8
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/tcp.h>
#if defined(__FreeBSD__)
#include <netinet/in.h>
#endif
#include <arpa/inet.h>
#endif
#include <fcntl.h>