aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-11-17 04:54:25 +0000
committerGuy Harris <guy@alum.mit.edu>2005-11-17 04:54:25 +0000
commit0c8be0fab61afea54d14e36fd7c99a3721e86acf (patch)
tree5e1d4c630cf7d895ef6c26079497203d4c13b9d9 /asn1
parent393ac45d834375ef73b5eab8f8c3d719c2c26c76 (diff)
Include <epan/emem.h> to declare ep_alloc().
svn path=/trunk/; revision=16524
Diffstat (limited to 'asn1')
-rw-r--r--asn1/x509if/packet-x509if-template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/x509if/packet-x509if-template.c b/asn1/x509if/packet-x509if-template.c
index 905803bcdb..2b7829670e 100644
--- a/asn1/x509if/packet-x509if-template.c
+++ b/asn1/x509if/packet-x509if-template.c
@@ -37,6 +37,7 @@
#include "packet-x509if.h"
#include "packet-ber.h"
#include "packet-x509sat.h"
+#include <epan/emem.h>
#include <epan/strutil.h>
#define PNAME "X.509 Information Framework"