summaryrefslogtreecommitdiff
path: root/epan/etypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index 138416a29e..0d728b48cc 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -25,6 +25,8 @@
#ifndef __ETYPES_H__
#define __ETYPES_H__
+#include "ws_symbol_export.h"
+
/*
* Maximum length of an IEEE 802.3 frame; Ethernet type/length values
* less than or equal to it are lengths.
@@ -536,6 +538,6 @@
#define ETHERTYPE_ROCE 0x8915 /* Infiniband RDMA over Converged Ethernet */
#endif
-WS_VAR_IMPORT const value_string etype_vals[];
+WS_DLL_PUBLIC const value_string etype_vals[];
#endif /* etypes.h */