提交 f16160ae 编写于 作者: H Heikki Linnakangas

Fix compilation without libuv's uv.h header.

ic_proxy_backend.h includes libuv's uv.h header, and ic_proxy_backend.h
was being included in ic_tcp.c, even when compiling with
--disable-ic-proxy.
上级 398ac2b7
......@@ -28,7 +28,9 @@
#include "cdb/cdbvars.h"
#include "cdb/cdbdisp.h"
#ifdef ENABLE_IC_PROXY
#include "ic_proxy_backend.h"
#endif /* ENABLE_IC_PROXY */
#include <fcntl.h>
#include <limits.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册