diff options
Diffstat (limited to 'lib/readlink.c')
-rw-r--r-- | lib/readlink.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/readlink.c b/lib/readlink.c index c264efd8c..ad59c5355 100644 --- a/lib/readlink.c +++ b/lib/readlink.c @@ -1,5 +1,5 @@ /* Stub for readlink(). - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003-2004 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 @@ -22,6 +22,7 @@ #include <errno.h> #include <sys/types.h> #include <sys/stat.h> +#include <stddef.h> #if !HAVE_READLINK |