aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-browse.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-06-18 05:14:45 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-06-18 05:14:45 +0000
commit533be475fce7f597f60bab78097d7d1a97eeb9b3 (patch)
tree84ee92ae87f0069a610e85b2515be561bde471d7 /epan/dissectors/packet-smb-browse.c
parenta5db16610255eea678e71a45568a9216222c6ab4 (diff)
include emem.h
svn path=/trunk/; revision=18507
Diffstat (limited to 'epan/dissectors/packet-smb-browse.c')
-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"