aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tcap-persistentdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/tcap-persistentdata.h')
-rw-r--r--epan/tcap-persistentdata.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/tcap-persistentdata.h b/epan/tcap-persistentdata.h
index b8f90a2a7b..93e68fb28d 100644
--- a/epan/tcap-persistentdata.h
+++ b/epan/tcap-persistentdata.h
@@ -31,6 +31,8 @@
#include <epan/packet.h>
#include <epan/conversation.h>
#include <epan/dissectors/packet-tcap.h>
+#include "ws_symbol_export.h"
+
/** @file
* lists and hash tables used in wireshark's tcap dissector
* for calculation of delays in tcap-calls
@@ -170,6 +172,6 @@ struct tcaphash_context_t * tcapsrt_call_matching(tvbuff_t *tvb,
proto_tree *tree,
struct tcapsrt_info_t * p_tcap_info);
-WS_VAR_IMPORT gboolean gtcap_StatSRT;
+WS_DLL_PUBLIC gboolean gtcap_StatSRT;
#endif /* __tcapsrt_HASH__*/