summaryrefslogtreecommitdiff
path: root/src/libs/libgroff/putenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/libgroff/putenv.c')
-rw-r--r--src/libs/libgroff/putenv.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libs/libgroff/putenv.c b/src/libs/libgroff/putenv.c
index c1ca671a..2091f3b9 100644
--- a/src/libs/libgroff/putenv.c
+++ b/src/libs/libgroff/putenv.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -18,6 +18,10 @@ Cambridge, MA 02139, USA. */
/* Hacked slightly by jjc@jclark.com for groff. */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <string.h>
#ifdef __STDC__