WIP
[m6w6/libmemcached] / src / libmemcached / hash.cc
index e062e4e7fb9286e4e16cb8559855d8b59073e917..cb1ca4641e1a85b93cd23ddfe39b31d8ecae8b34 100644 (file)
 
 #include "libmemcached/common.h"
 
-#include <sys/time.h>
+#if HAVE_SYS_TIME_H
+#  include <sys/time.h>
+#endif
+#include <time.h>
 
 #include "libmemcached/virtual_bucket.h"