From: Jim Meyering Date: Thu, 29 Jun 2000 11:29:55 +0000 (+0000) Subject: Include or , as appropriate, for declaration of strcmp. X-Git-Tag: cvs-readonly~6502 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=27d8c463f0e6e4b17b7bfa25ac02c3dfc03b4548;p=gnulib.git Include or , as appropriate, for declaration of strcmp. --- diff --git a/lib/same.c b/lib/same.c index 1cfb69322..dc28c7bda 100644 --- a/lib/same.c +++ b/lib/same.c @@ -36,6 +36,12 @@ extern int errno; #endif +#if HAVE_STRING_H +# include +#else +# include +#endif + #include "same.h" #include "dirname.h" #include "error.h"