summaryrefslogtreecommitdiff
path: root/src/libs/libgroff/strtol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/libgroff/strtol.c')
-rw-r--r--src/libs/libgroff/strtol.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/libs/libgroff/strtol.c b/src/libs/libgroff/strtol.c
index 61ce70e9..46b17029 100644
--- a/src/libs/libgroff/strtol.c
+++ b/src/libs/libgroff/strtol.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001
+ Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
This file is part of groff.
@@ -17,6 +18,10 @@ You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <string.h>
#include <ctype.h>
#include <errno.h>