[master] e97567d <readline/readline.h> requires <stdio.h>
    Poul-Henning Kamp 
    phk at varnish-cache.org
       
    Wed Oct 12 10:48:01 CEST 2011
    
    
  
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