* alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
+2004-11-05 Bruno Haible <bruno@clisp.org>
+
+ * readlink.c: Include stddef.h, needed for size_t on Woe32.
+ Reported by Mark D. Baushke <mdb@cvshome.org>.
+
2004-11-02 Bruno Haible <bruno@clisp.org>
* setenv.h (unsetenv): Define as a macro if the system's unsetenv()
/* 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
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <stddef.h>
#if !HAVE_READLINK