aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cdt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-07-01 00:11:49 +0000
committerGuy Harris <guy@alum.mit.edu>2006-07-01 00:11:49 +0000
commitfa10d33734884b26a57a23e6647585d36fbf3dbf (patch)
tree3881ae0ccbeb9a88d937cf1a3000daaa7ab91971 /asn1/cdt
parenta3099ba15ce0e135cf26567180d2fba4a39dc087 (diff)
Include <epan/oid_resolv.h> to declare get_oid_str_name().
svn path=/trunk/; revision=18627
Diffstat (limited to 'asn1/cdt')
-rw-r--r--asn1/cdt/cdt-exp.cnf2
-rw-r--r--asn1/cdt/packet-cdt-template.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/asn1/cdt/cdt-exp.cnf b/asn1/cdt/cdt-exp.cnf
index 57d8607f11..259c10aaae 100644
--- a/asn1/cdt/cdt-exp.cnf
+++ b/asn1/cdt/cdt-exp.cnf
@@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
-# .\cdt-exp.cnf
+# ./cdt-exp.cnf
# ../../tools/asn2wrs.py -b -e -p cdt -c cdt.cnf -s packet-cdt-template cdt.asn
#.MODULE
diff --git a/asn1/cdt/packet-cdt-template.c b/asn1/cdt/packet-cdt-template.c
index 3a9750dcbb..51ca1685ed 100644
--- a/asn1/cdt/packet-cdt-template.c
+++ b/asn1/cdt/packet-cdt-template.c
@@ -32,6 +32,7 @@
#endif
#include <epan/packet.h>
+#include <epan/oid_resolv.h>
#include "packet-ber.h"
#include "packet-x411.h"