summaryrefslogtreecommitdiff
path: root/lib/c-strstr.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/c-strstr.c
parentf180e0b390dc841e70e5b79fde97ae93a9b35607 (diff)
downloadgnulib-99099106c3c1cb16ed1e91be970332fe225e278b.tar.gz
Include <config.h> unconditionally.
Diffstat (limited to 'lib/c-strstr.c')
-rw-r--r--lib/c-strstr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/c-strstr.c b/lib/c-strstr.c
index 0cf97d6ff4..e383fe3ab7 100644
--- a/lib/c-strstr.c
+++ b/lib/c-strstr.c
@@ -24,9 +24,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
*
* Stephen R. van den Berg, berg@pool.informatik.rwth-aachen.de */
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
#include <string.h>