From: Trond Norbye Date: Sun, 20 Sep 2009 19:34:27 +0000 (+0200) Subject: Include config.h before any system header to avoid problems with FILE_OFFSET_BITS... X-Git-Tag: 0.34~26^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=c472631907d070a97d80df05ac3c42a99736a9b6;p=m6w6%2Flibmemcached Include config.h before any system header to avoid problems with FILE_OFFSET_BITS macro being redefined --- diff --git a/clients/memcapable.c b/clients/memcapable.c index 0519f38c..7a2b514c 100644 --- a/clients/memcapable.c +++ b/clients/memcapable.c @@ -1,5 +1,6 @@ /* -*- Mode: C; tab-width: 2; c-basic-offset: 2; indent-tabs-mode: nil -*- */ #undef NDEBUG +#include "config.h" #include #include #include