X-Git-Url: https://git.m6w6.name/?p=awesomized%2Flibmemcached;a=blobdiff_plain;f=src%2Flibmemcached%2Fhosts.cc;h=39247287666d55fed37f5b5f72242057fa5f462d;hp=b478881ce7731ac7faa7413e2ba589768e69e2e7;hb=6b7d2bf0319e0bd48bd6aa4ad8c56a935f98b0d2;hpb=fd0f1940d4b11f582fc237ff5ccf2c385eaa0e7d diff --git a/src/libmemcached/hosts.cc b/src/libmemcached/hosts.cc index b478881c..39247287 100644 --- a/src/libmemcached/hosts.cc +++ b/src/libmemcached/hosts.cc @@ -17,7 +17,10 @@ #include "libmemcached/assert.hpp" #include -#include +#if HAVE_SYS_TIME_H +# include +#endif +#include /* Protoypes (static) */ static memcached_return_t update_continuum(Memcached *ptr);