aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ip.h')
-rw-r--r--epan/dissectors/packet-ip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ip.h b/epan/dissectors/packet-ip.h
index 18a74b796f..256a414d09 100644
--- a/epan/dissectors/packet-ip.h
+++ b/epan/dissectors/packet-ip.h
@@ -43,6 +43,6 @@ typedef struct _e_ip
void capture_ip(const guchar *, int, int, packet_counts *);
/* Export the DSCP value-string table for other protocols */
-extern const value_string dscp_vals[];
+WS_VAR_IMPORT const value_string dscp_vals[];
#endif