diff options
Diffstat (limited to 'sysdeps/generic/memrchr.c')
-rw-r--r-- | sysdeps/generic/memrchr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/generic/memrchr.c b/sysdeps/generic/memrchr.c index 874caf1072..0dc1007127 100644 --- a/sysdeps/generic/memrchr.c +++ b/sysdeps/generic/memrchr.c @@ -1,5 +1,5 @@ /* memrchr -- find the last occurrence of a byte in a memory block - Copyright (C) 1991, 1993, 1996, 1997, 1999 Free Software Foundation, Inc. + Copyright (C) 1991, 93, 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 commentary by Jim Blandy (jimb@ai.mit.edu); @@ -21,6 +21,8 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include <stdlib.h> + #ifdef HAVE_CONFIG_H #include <config.h> #endif |