From 09f5d0a46e2b8eadc49c49b1161ca169d8432831 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 8 May 2002 20:46:47 +0000 Subject: [PATCH] We actually do still need config.h to get the 'const' definition for K&R C. --- strerror.c | 2 ++ 1 file changed, 2 insertions(+) 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 */