$OpenBSD: patch-bin_varnishadm_varnishadm_c,v 1.1 2011/12/23 13:06:30 jasper Exp $
--- bin/varnishadm/varnishadm.c.orig	Mon Oct 24 03:25:09 2011
+++ bin/varnishadm/varnishadm.c	Tue Nov 29 21:32:59 2011
@@ -38,7 +38,11 @@
 #include <sys/socket.h>
 
 #ifdef HAVE_LIBEDIT
+#ifdef HAVE_READLINE_READLINE_H
+#include <readline/readline.h>
+#else
 #include <editline/readline.h>
+#endif
 #endif
 
 #include "vcli.h"
