From 238bbc50f34106df93cefe34313974315372e82e Mon Sep 17 00:00:00 2001 From: Josh Junon Date: Mon, 8 Feb 2016 07:03:11 -0700 Subject: [PATCH] include zconf.h in example binary --- test/example.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/example.c b/test/example.c index 138a699b..c2fbbc56 100644 --- a/test/example.c +++ b/test/example.c @@ -5,6 +5,7 @@ /* @(#) $Id$ */ +#include "zconf.h" #include "zlib.h" #include