From 898dc49980669be2a46d1c7f57527b5a6cf3b24d Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Wed, 16 Nov 2005 09:27:43 +0000 Subject: add a simple g_strlcat define in strutil for gtk==1 where this symbol does not exist svn path=/trunk/; revision=16511 --- epan/dissectors/packet-x509if.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-x509if.c') diff --git a/epan/dissectors/packet-x509if.c b/epan/dissectors/packet-x509if.c index 8f73c40437..324ff6135b 100644 --- a/epan/dissectors/packet-x509if.c +++ b/epan/dissectors/packet-x509if.c @@ -1,6 +1,6 @@ /* Do not modify this file. */ /* It is created automatically by the ASN.1 to Ethereal dissector compiler */ -/* .\packet-x509if.c */ +/* ./packet-x509if.c */ /* ../../tools/asn2eth.py -X -b -e -p x509if -c x509if.cnf -s packet-x509if-template InformationFramework.asn */ /* Input file: packet-x509if-template.c */ @@ -44,6 +44,7 @@ #include "packet-x509if.h" #include "packet-ber.h" #include "packet-x509sat.h" +#include #define PNAME "X.509 Information Framework" #define PSNAME "X509IF" -- cgit v1.2.3