aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 57d0de8c32..aefdb71f04 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -10,6 +10,7 @@
#ifndef __PACKET_H__
#define __PACKET_H__
+#include <wireshark.h>
#include <wiretap/wtap_opttypes.h>
#include "proto.h"
@@ -22,8 +23,6 @@
#include "guid-utils.h"
#include "tfs.h"
#include "unit_strings.h"
-#include "ws_symbol_export.h"
-#include "wsutil/glib-compat.h"
#ifdef __cplusplus
extern "C" {