projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
f2fabd2
)
Include config.h before any system header to avoid problems with FILE_OFFSET_BITS...
author
Trond Norbye
<trond.norbye@sun.com>
Sun, 20 Sep 2009 19:34:27 +0000
(21:34 +0200)
committer
Trond Norbye
<trond.norbye@sun.com>
Sun, 20 Sep 2009 19:34:27 +0000
(21:34 +0200)
clients/memcapable.c
patch
|
blob
|
history
diff --git
a/clients/memcapable.c
b/clients/memcapable.c
index 0519f38c04a2676632f022ed876f7b31e818179e..7a2b514c27d401ddae78c82cfd09a50b9b1e06d4 100644
(file)
--- 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 <pthread.h>
#include <sys/types.h>
#include <sys/socket.h>