[experimental-ims] e97567d <readline/readline.h> requires <stdio.h>

Geoff Simmons geoff at varnish-cache.org
Mon Jan 9 21:52:18 CET 2012


commit e97567d452f793d59e93192c55d11be6555b6c03
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Oct 12 08:47:45 2011 +0000

    <readline/readline.h> requires <stdio.h>

diff --git a/bin/varnishadm/varnishadm.c b/bin/varnishadm/varnishadm.c
index 818b9ab..f5d6054 100644
--- a/bin/varnishadm/varnishadm.c
+++ b/bin/varnishadm/varnishadm.c
@@ -32,6 +32,7 @@
 #include <sys/socket.h>
 
 #ifdef HAVE_LIBEDIT
+#include <stdio.h>
 #include <editline/readline.h>
 #endif
 



More information about the varnish-commit mailing list