Mercurial > hg > octave-kai > gnulib-hg
diff lib/readlink.c @ 5396:d557bf17c020
Make sure size_t is defined.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 05 Nov 2004 21:57:55 +0000 (2004-11-05) |
parents | 84ab196c83d8 |
children | a48fb0e98c8c |
line wrap: on
line diff
--- 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