# HG changeset patch # User Bruno Haible # Date 1099691875 0 # Node ID d557bf17c0204bc90d009bb1b1fbb6591aebe3aa # Parent 6714fa39ec5d4a68a3d30ed7b720d4aba6e651d4 Make sure size_t is defined. diff --git a/lib/ChangeLog b/lib/ChangeLog --- 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 --- 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