提交 7129dc32 authored 作者: Corey Smith's avatar Corey Smith

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

上级 41c73013
......@@ -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>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论