
phk at varnish-cache
Apr 28, 2012, 2:19 AM
Views: 45
Permalink
|
|
[master] 2361947 Another bit of the OpenBSD commit I missed.
|
|
commit 2361947fca3b004a87c08fdefa74231520881e7b Author: Poul-Henning Kamp <phk [at] FreeBSD> Date: Sat Apr 28 08:44:33 2012 +0000 Another bit of the OpenBSD commit I missed. diff --git a/bin/varnishadm/varnishadm.c b/bin/varnishadm/varnishadm.c index aff9336..f4c262c 100644 --- a/bin/varnishadm/varnishadm.c +++ b/bin/varnishadm/varnishadm.c @@ -29,6 +29,7 @@ #include "config.h" +#include <sys/types.h> #include <sys/socket.h> #ifdef HAVE_LIBEDIT _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|