aboutsummaryrefslogtreecommitdiff
path: root/lib/strchrnul.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strchrnul.c')
-rw-r--r--lib/strchrnul.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/strchrnul.c b/lib/strchrnul.c
index be85312c4611..07014be17afb 100644
--- a/lib/strchrnul.c
+++ b/lib/strchrnul.c
@@ -1,5 +1,5 @@
/* Searching in a string.
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2007 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -13,10 +13,12 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+
+#include <config.h>
/* Specification. */
-#include "strchrnul.h"
+#include <string.h>
/* Find the first occurrence of C in S or the final NUL byte. */
char *