From: Todd C. Miller Date: Wed, 8 May 2002 20:46:47 +0000 (+0000) Subject: We actually do still need config.h to get the 'const' definition for K&R C. X-Git-Tag: SUDO_1_6_7~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09f5d0a46e2b8eadc49c49b1161ca169d8432831;p=sudo We actually do still need config.h to get the 'const' definition for K&R C. --- diff --git a/strerror.c b/strerror.c index 8181acf70..7a3386cee 100644 --- a/strerror.c +++ b/strerror.c @@ -35,6 +35,8 @@ #include #include +#include "config.h" + #ifndef lint static const char rcsid[] = "$Sudo$"; #endif /* lint */