aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-06-20 14:01:54 +0000
committerEvan Huus <eapache@gmail.com>2013-06-20 14:01:54 +0000
commit7c8530539c5857f18531833c119fd1c9768637a2 (patch)
tree44d8e348505ba3075862b404577d7a47abd6ad74 /asn1
parentd63bd5330ffa0a57bf1dfda6ad636abc43814cee (diff)
Ldap still needs to include wmem.h since it uses wmem during normal dissection,
just not for UAT purposes. svn path=/trunk/; revision=50074
Diffstat (limited to 'asn1')
-rw-r--r--asn1/ldap/packet-ldap-template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/ldap/packet-ldap-template.c b/asn1/ldap/packet-ldap-template.c
index daa7488c03..83a7304a8a 100644
--- a/asn1/ldap/packet-ldap-template.c
+++ b/asn1/ldap/packet-ldap-template.c
@@ -94,6 +94,7 @@
#include <epan/prefs.h>
#include <epan/tap.h>
#include <epan/emem.h>
+#include <epan/wmem/wmem.h>
#include <epan/oids.h>
#include <epan/strutil.h>
#include <epan/show_exception.h>