From: assar Date: Fri, 7 Jan 2000 16:34:59 +0000 (+0000) Subject: : conditionalize X-Git-Tag: tcpdump-3.5.1~433 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/ab9f1243f9579f7fe8b6eec6941979d4e1ed2aff : conditionalize --- diff --git a/print-ascii.c b/print-ascii.c index 6a6b845a..b2a78a03 100644 --- a/print-ascii.c +++ b/print-ascii.c @@ -40,7 +40,9 @@ #include "config.h" #endif +#ifdef HAVE_SYS_CDEFS_H #include +#endif #if 0 #ifndef lint __RCSID("$NetBSD: print-ascii.c,v 1.1 1999/09/30 14:49:12 sjg Exp $"); diff --git a/print-telnet.c b/print-telnet.c index 505369c5..1e500de2 100644 --- a/print-telnet.c +++ b/print-telnet.c @@ -49,7 +49,9 @@ #include "config.h" #endif +#ifdef HAVE_SYS_CDEFS_H #include +#endif #if 0 #ifndef lint __RCSID("$NetBSD: print-telnet.c,v 1.2 1999/10/11 12:40:12 sjg Exp $");