aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-18 05:14:45 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-18 05:14:45 +0000
commitda3d64aa39d9fdfb09275c16baf3f657da8071fd (patch)
tree84ee92ae87f0069a610e85b2515be561bde471d7
parent28dfb140b933cf1e2826ff1105e1f5530012356b (diff)
include emem.h
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18507 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/dissectors/packet-smb-browse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb-browse.c b/epan/dissectors/packet-smb-browse.c
index e8cdfd0bc4..58586b5fce 100644
--- a/epan/dissectors/packet-smb-browse.c
+++ b/epan/dissectors/packet-smb-browse.c
@@ -36,6 +36,7 @@
#include <glib.h>
#include <ctype.h>
#include <epan/packet.h>
+#include <epan/emem.h>
#include <epan/dissectors/packet-smb.h>
#include "packet-smb-browse.h"