diff options
author | Guy Harris <guy@alum.mit.edu> | 2006-05-01 17:43:29 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2006-05-01 17:43:29 +0000 |
commit | 30820fa73e95b99de09b9c954df42cd9849d32c9 (patch) | |
tree | 3c219dc9894c5bb4196046c97f3fe98c02df3536 /asn1/ldap | |
parent | 53e371e8a7d8f777520a91484b583bea622b96d1 (diff) | |
download | wireshark-30820fa73e95b99de09b9c954df42cd9849d32c9.tar.gz wireshark-30820fa73e95b99de09b9c954df42cd9849d32c9.tar.bz2 wireshark-30820fa73e95b99de09b9c954df42cd9849d32c9.zip |
Include <epan/strutil.h> to define g_ascii_isprint() on systems with
GLib 1.2[.x].
svn path=/trunk/; revision=18061
Diffstat (limited to 'asn1/ldap')
-rw-r--r-- | asn1/ldap/packet-ldap-template.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/ldap/packet-ldap-template.c b/asn1/ldap/packet-ldap-template.c index 245ec20a3a..4d7d86a8ea 100644 --- a/asn1/ldap/packet-ldap-template.c +++ b/asn1/ldap/packet-ldap-template.c @@ -82,6 +82,7 @@ #include <epan/tap.h> #include <epan/emem.h> #include <epan/oid_resolv.h> +#include <epan/strutil.h> #include "packet-frame.h" #include "packet-ldap.h" |