summaryrefslogtreecommitdiff
path: root/server/src/connectionpool.cc
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/connectionpool.cc')
-rw-r--r--server/src/connectionpool.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/connectionpool.cc b/server/src/connectionpool.cc
index e2b6bfc..16cfd68 100644
--- a/server/src/connectionpool.cc
+++ b/server/src/connectionpool.cc
@@ -33,7 +33,7 @@
#ifdef TEST_CONNECTIONPOOL
//deps: mutex.cc semaphore.cc
-//cflags: $(PTHREAD_CFLAGS)
+//cflags: -I.. $(PTHREAD_CFLAGS)
//libs: $(PTHREAD_LIBS)
#include <test.h>
#include <unistd.h>