This is a resend of a patch I sent September 8th, it seems to have been misplaced somwhere ;)

/ Regards, Peter
--- Begin Message ---
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
_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev

--- End Message ---
_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to