From af59706124a2c0b315078d8d596872c380c4f089 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 4 Nov 2003 16:44:25 +0000 Subject: [PATCH] #ifdef out "#include ", so that --disable-ethereal works again. svn path=/trunk/; revision=8877 --- plugins/asn1/packet-asn1.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/asn1/packet-asn1.c b/plugins/asn1/packet-asn1.c index 6e5a9e6e13..e517fdebd6 100644 --- a/plugins/asn1/packet-asn1.c +++ b/plugins/asn1/packet-asn1.c @@ -3,7 +3,7 @@ * * Copyright (c) 2003 by Matthijs Melchior * - * $Id: packet-asn1.c,v 1.7 2003/11/02 23:12:35 gerald Exp $ + * $Id: packet-asn1.c,v 1.8 2003/11/04 16:44:25 gerald Exp $ * * A plugin for: * @@ -87,7 +87,9 @@ #include "plugins/plugin_api_defs.h" +#ifdef DISSECTOR_WITH_GUI #include +#endif #include