summaryrefslogtreecommitdiff
path: root/lib/readlink.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-11 05:02:14 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-11 05:02:14 +0000
commitd2b4386d2918d43e48e4ea42fcae314af346edd2 (patch)
tree623f89bf864eb7f3ff11eeb93be5744f8862dee8 /lib/readlink.c
parentf0dd13bca8a0222f5ffc65a547563e9dc8dfa6ba (diff)
downloadcoreutils-d2b4386d2918d43e48e4ea42fcae314af346edd2.tar.xz
Sync from gnulib.
Diffstat (limited to 'lib/readlink.c')
-rw-r--r--lib/readlink.c3
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