[master] 78d7a8c Fix compilation on linux

Federico G. Schwindt fgsch at lodoss.net
Mon Feb 16 13:43:20 CET 2015


commit 78d7a8c4cf5d2879a373ad8ade04d3dbb42eb836
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Mon Feb 16 12:42:52 2015 +0000

    Fix compilation on linux

diff --git a/bin/varnishd/mgt/mgt_jail_unix.c b/bin/varnishd/mgt/mgt_jail_unix.c
index 49eb073..bfb65dd 100644
--- a/bin/varnishd/mgt/mgt_jail_unix.c
+++ b/bin/varnishd/mgt/mgt_jail_unix.c
@@ -40,6 +40,7 @@
 #include "mgt/mgt.h"
 
 #ifdef __linux__
+#include <syslog.h>
 #include <sys/prctl.h>
 #endif
 



More information about the varnish-commit mailing list