summaryrefslogtreecommitdiff
path: root/epan/tvbuff_zlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/tvbuff_zlib.c')
-rw-r--r--epan/tvbuff_zlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/tvbuff_zlib.c b/epan/tvbuff_zlib.c
index 218ff53cb2..045b45faa8 100644
--- a/epan/tvbuff_zlib.c
+++ b/epan/tvbuff_zlib.c
@@ -27,14 +27,14 @@
#include <string.h>
-#ifdef HAVE_LIBZ
+#ifdef HAVE_ZLIB
#define ZLIB_CONST
#include <zlib.h>
#endif
#include "tvbuff.h"
-#ifdef HAVE_LIBZ
+#ifdef HAVE_ZLIB
/*
* Uncompresses a zlib compressed packet inside a message of tvb at offset with
* length comprlen. Returns an uncompressed tvbuffer if uncompression