[master] ec5eba3 A little too aggressive on the #include removal here.

Poul-Henning Kamp phk at FreeBSD.org
Mon May 15 22:00:06 CEST 2017


commit ec5eba3fafe2fb9bb9c3c49adc44cddb12af5f51
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon May 15 19:56:34 2017 +0000

    A little too aggressive on the #include removal here.

diff --git a/lib/libvarnishapi/daemon.c b/lib/libvarnishapi/daemon.c
index 1d253c7..bd72351 100644
--- a/lib/libvarnishapi/daemon.c
+++ b/lib/libvarnishapi/daemon.c
@@ -32,7 +32,11 @@
 //lint -e{766}
 #include "config.h"
 
+#include <errno.h>
+#include <fcntl.h>
 #include <signal.h>
+#include <unistd.h>
+#include <stdio.h>
 
 #include "compat/daemon.h"
 #include "vdef.h"



More information about the varnish-commit mailing list