Fixed build on CentOS.
[m6w6/libmemcached] / clients / ms_conn.c
index c062dc2958df424eb1e165e0e6cf6ce33396033f..ea52c169de8b31dbd3cbfb576188857523f523de 100644 (file)
 #include <fcntl.h>
 #include <netinet/tcp.h>
 #include <arpa/inet.h>
+#if TIME_WITH_SYS_TIME
+# include <sys/time.h>
+# include <time.h>
+#else
+# if HAVE_SYS_TIME_H
+#  include <sys/time.h>
+# else
+#  include <time.h>
+# endif
+#endif
 #include "ms_setting.h"
 #include "ms_thread.h"
 #include "ms_atomic.h"