summaryrefslogtreecommitdiff
path: root/daemon.c
diff options
context:
space:
mode:
authorTrond Norbye <Trond.Norbye@sun.com>2008-10-06 12:52:41 +0200
committerDustin Sallings <dustin@spy.net>2009-01-03 00:09:12 -0800
commitdf1b7e42959a9c055a7320a14fa5f80b4f22f6a8 (patch)
tree125d6ef6a1a6c08c0f7091f9cd37b094b6bc3d7c /daemon.c
parent1f48dc4dba7063d8cfdb6068721f72c5768997a4 (diff)
downloadmemcached-df1b7e42959a9c055a7320a14fa5f80b4f22f6a8.tar.gz
Removed compiler warnings and increased warning level
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon.c b/daemon.c
index 9cb7884..2896e22 100644
--- a/daemon.c
+++ b/daemon.c
@@ -38,6 +38,8 @@
#include <stdlib.h>
#include <unistd.h>
+#include "memcached.h"
+
int daemon(int nochdir, int noclose)
{
int fd;