X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.h;h=a9f199d5e48115e13fb7cd817e02f81310615c0d;hb=95b24739b14d0418f515acf9bf792d78522d306c;hp=da973b5f883fbc89da1c7bed04328dd2b5131a5d;hpb=31048f6090b7c82605d2bbf7653d9884a14fe45b;p=awesomized%2Flibmemcached diff --git a/clients/utilities.h b/clients/utilities.h index da973b5f..a9f199d5 100644 --- a/clients/utilities.h +++ b/clients/utilities.h @@ -15,17 +15,15 @@ #include #include "clients/client_options.h" -#if TIME_WITH_SYS_TIME +#if defined(HAVE_SYS_TIME_H) # include +#endif + +#if defined(HAVE_TIME_H) # include -#else -# if HAVE_SYS_TIME_H -# include -# else -# include -# endif #endif + #ifdef __sun /* For some odd reason the option struct on solaris defines the argument * as char* and not const char*