Hi,
the attached patch adds a missing inlude to packet-tcp.h
/ Regards, Peter
Index: C:/wireshark-win32-libs/epan/dissectors/packet-tcp.h
===================================================================
--- C:/wireshark-win32-libs/epan/dissectors/packet-tcp.h (revision 19161)
+++ C:/wireshark-win32-libs/epan/dissectors/packet-tcp.h (working copy)
@@ -24,6 +24,8 @@
#ifndef __PACKET_TCP_H__
#define __PACKET_TCP_H__
+#include <epan/emem.h>
+
/* TCP flags */
#define TH_FIN 0x01
#define TH_SYN 0x02