]> err.no Git - varnish/commitdiff
Some includes we are going to need rlimit_log
authorTollef Fog Heen <tfheen@err.no>
Tue, 17 Feb 2009 09:02:51 +0000 (10:02 +0100)
committerTollef Fog Heen <tfheen@err.no>
Tue, 17 Feb 2009 09:02:51 +0000 (10:02 +0100)
varnish-cache/bin/varnishd/cache_cli.c

index 2a9481652d38c70c93418fdfcb014b1ae59971e1..b735517bb8d961ed1efbd8450b7a75218f9958a4 100644 (file)
@@ -44,6 +44,8 @@
 #include <string.h>
 #include <unistd.h>
 #include <poll.h>
+#include <sys/time.h>
+#include <sys/resource.h>
 
 #include "shmlog.h"
 #include "cli.h"
@@ -53,6 +55,7 @@
 #include "vlu.h"
 #include "vsb.h"
 #include "hash_slinger.h"
+#include "common.h"
 
 pthread_t              cli_thread;
 static struct lock     cli_mtx;