Include config.h before any system header to avoid problems with FILE_OFFSET_BITS...
authorTrond Norbye <trond.norbye@sun.com>
Sun, 20 Sep 2009 19:34:27 +0000 (21:34 +0200)
committerTrond Norbye <trond.norbye@sun.com>
Sun, 20 Sep 2009 19:34:27 +0000 (21:34 +0200)
clients/memcapable.c

index 0519f38c04a2676632f022ed876f7b31e818179e..7a2b514c27d401ddae78c82cfd09a50b9b1e06d4 100644 (file)
@@ -1,5 +1,6 @@
 /* -*- Mode: C; tab-width: 2; c-basic-offset: 2; indent-tabs-mode: nil -*- */
 #undef NDEBUG
+#include "config.h"
 #include <pthread.h>
 #include <sys/types.h>
 #include <sys/socket.h>