summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-jxta.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-jxta.h')
-rw-r--r--epan/dissectors/packet-jxta.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-jxta.h b/epan/dissectors/packet-jxta.h
index a8d6c02d..df1321ab 100644
--- a/epan/dissectors/packet-jxta.h
+++ b/epan/dissectors/packet-jxta.h
@@ -19,7 +19,6 @@
#ifndef __PACKET_JXTA_H__
#define __PACKET_JXTA_H__
-#include <glib.h>
#include <epan/address.h>
/**
@@ -28,7 +27,7 @@
typedef struct jxta_tap_header {
address src_address;
address dest_address;
- guint32 size;
+ uint32_t size;
} jxta_tap_header;
#endif