summaryrefslogtreecommitdiff
path: root/contrib/cvs/lib/strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/lib/strerror.c')
-rw-r--r--contrib/cvs/lib/strerror.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/cvs/lib/strerror.c b/contrib/cvs/lib/strerror.c
index 9e799b67d67f1..2da413fcdd145 100644
--- a/contrib/cvs/lib/strerror.c
+++ b/contrib/cvs/lib/strerror.c
@@ -13,7 +13,9 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details. */
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif /* HAVE_CONFIG_H */
#ifndef NEED_sys_errlist
/* Note that errno.h (not sure what OS) or stdio.h (BSD 4.4, at least)