diff options
Diffstat (limited to 'sysdeps/generic/strchrnul.c')
-rw-r--r-- | sysdeps/generic/strchrnul.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/strchrnul.c b/sysdeps/generic/strchrnul.c index b88fecba6d..f5e8d847a7 100644 --- a/sysdeps/generic/strchrnul.c +++ b/sysdeps/generic/strchrnul.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 93, 94, 95, 96, 97, 99 Free Software Foundation, Inc. +/* Copyright (C) 1991,93,94,95,96,97,99,2000 Free Software Foundation, Inc. Based on strlen implementation by Torbjorn Granlund (tege@sics.se), with help from Dan Sahlin (dan@sics.se) and bug fix and commentary by Jim Blandy (jimb@ai.mit.edu); @@ -22,6 +22,7 @@ #include <string.h> #include <memcopy.h> +#include <stdlib.h> #undef __strchrnul #undef strchrnul |