From 1a8799921e67f52bfcb0108960592a54fefe63ef Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 5 Nov 2004 21:57:55 +0000 Subject: [PATCH] Make sure size_t is defined. --- lib/ChangeLog | 5 +++++ lib/readlink.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 213db3c1ea..b88ef1c8d8 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2004-11-05 Bruno Haible + + * readlink.c: Include stddef.h, needed for size_t on Woe32. + Reported by Mark D. Baushke . + 2004-11-04 Bruno Haible 2004-09-11 Bruno Haible diff --git a/lib/readlink.c b/lib/readlink.c index c264efd8c8..ad59c53557 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 #include #include +#include #if !HAVE_READLINK -- 2.30.2