X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Futilities.h;h=1fba99bf72f7808d20d8b3e95a6118d81eabb272;hb=3108ba67a2cb6230cb43d24608187f7201951822;hp=5a1b916dbcb24b2853c6d36287be24abf8956b1a;hpb=735295f0989edbd884a2c3935d1219a59ebe5698;p=awesomized%2Flibmemcached diff --git a/src/utilities.h b/src/utilities.h index 5a1b916d..1fba99bf 100644 --- a/src/utilities.h +++ b/src/utilities.h @@ -1,5 +1,18 @@ #include #include +#include "client_options.h" +#include "libmemcached_config.h" + +#if TIME_WITH_SYS_TIME +# include +# include +#else +# if HAVE_SYS_TIME_H +# include +# else +# include +# endif +#endif typedef struct memcached_programs_help_st memcached_programs_help_st;