From c472631907d070a97d80df05ac3c42a99736a9b6 Mon Sep 17 00:00:00 2001 From: Trond Norbye Date: Sun, 20 Sep 2009 21:34:27 +0200 Subject: [PATCH] Include config.h before any system header to avoid problems with FILE_OFFSET_BITS macro being redefined --- clients/memcapable.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2