summaryrefslogtreecommitdiff
path: root/lib/strtok_r.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-09-14 14:18:36 +0000
committerBruno Haible <bruno@clisp.org>2006-09-14 14:18:36 +0000
commit99099106c3c1cb16ed1e91be970332fe225e278b (patch)
tree3c0d750a040bac6b540cd12291633e3dc2e7b929 /lib/strtok_r.c
parentf180e0b390dc841e70e5b79fde97ae93a9b35607 (diff)
downloadgnulib-99099106c3c1cb16ed1e91be970332fe225e278b.tar.gz
Include <config.h> unconditionally.
Diffstat (limited to 'lib/strtok_r.c')
-rw-r--r--lib/strtok_r.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/strtok_r.c b/lib/strtok_r.c
index d1522c9b51..487737db33 100644
--- a/lib/strtok_r.c
+++ b/lib/strtok_r.c
@@ -1,5 +1,5 @@
/* Reentrant string tokenizer. Generic version.
- Copyright (C) 1991,1996-1999,2001,2004 Free Software Foundation, Inc.
+ Copyright (C) 1991,1996-1999,2001,2004,2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify
@@ -16,9 +16,7 @@
with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
#include <string.h>