1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 01:28:42 +00:00

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

@ -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>