aboutsummaryrefslogtreecommitdiffstats
path: root/epan/follow.h
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-07-26 01:31:17 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-07-26 14:56:11 +0000
commit133b0c583f0d365175284a94c9b5411d62e3e5b9 (patch)
tree3ce5db3a1b697aa225262ed3fcfe1b78292c8e46 /epan/follow.h
parent7f9c1f5f92c131354fc8b2b88d473706786064c0 (diff)
Move epan/wmem/wmem_scopes.h to epan/
This header was installed incorrectly to epan/wmem_scopes.h. Instead of creating additional installation rules for a single header in a subfolder (kept for backward compatibility) just rename the standard "epan/wmem/wmem.h" include to "epan/wmem_scopes.h" and fix the documentation. Now the header is installed *correctly* to epan/wmem_scopes.h.
Diffstat (limited to 'epan/follow.h')
-rw-r--r--epan/follow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/follow.h b/epan/follow.h
index 218fdb75d8..2ac4d66e3a 100644
--- a/epan/follow.h
+++ b/epan/follow.h
@@ -17,7 +17,7 @@
#include <epan/packet.h>
#include <epan/ipv6.h>
#include <epan/tap.h>
-#include <epan/wmem/wmem.h>
+#include <epan/wmem_scopes.h>
#include "ws_symbol_export.h"
#ifdef __cplusplus