Portability patches from Kevin Dalley for Freebsd 4.0.
[awesomized/libmemcached] / src / utilities.h
index 857f78039694409d8f64dd2dd84ad7e7842b82f8..1fba99bf72f7808d20d8b3e95a6118d81eabb272 100644 (file)
@@ -1,6 +1,18 @@
 #include <memcached.h>
 #include <getopt.h>
 #include "client_options.h"
+#include "libmemcached_config.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
 
 typedef struct memcached_programs_help_st memcached_programs_help_st;