aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff_lz77.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/tvbuff_lz77.c')
-rw-r--r--epan/tvbuff_lz77.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/tvbuff_lz77.c b/epan/tvbuff_lz77.c
index 8bd43048c0..6a1d0e3a6e 100644
--- a/epan/tvbuff_lz77.c
+++ b/epan/tvbuff_lz77.c
@@ -12,7 +12,7 @@
#include <glib.h>
#include <epan/exceptions.h>
#include <epan/tvbuff.h>
-#include <epan/wmem/wmem.h>
+#include <epan/wmem_scopes.h>
#define MAX_INPUT_SIZE (16*1024*1024) /* 16MB */