diff lib/strstr.c @ 4682:90abbdf08583

Assume ANSI C.
author Bruno Haible <bruno@clisp.org>
date Wed, 10 Sep 2003 14:07:55 +0000 (2003-09-10)
parents e34e6bd35c66
children a48fb0e98c8c
line wrap: on
line diff
--- a/lib/strstr.c
+++ b/lib/strstr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994, 1999, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1999, 2002-2003 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
@@ -28,9 +28,7 @@
 # include <config.h>
 #endif
 
-#if defined _LIBC || defined HAVE_STRING_H
-# include <string.h>
-#endif
+#include <string.h>
 
 typedef unsigned chartype;