X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f555c163f90c9de17ebcef8313f86404c5174ca9..dee93c3eabaf809d90788ebf13e56ca32b9ef8ce:/strcasecmp.c diff --git a/strcasecmp.c b/strcasecmp.c index f2ac0771..8f9bcf2a 100644 --- a/strcasecmp.c +++ b/strcasecmp.c @@ -14,6 +14,10 @@ static const char sccsid[] = "@(#)strcasecmp.c 5.5 (Berkeley) 11/24/87"; #endif /* LIBC_SCCS and not lint */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include "interface.h"