+2006-07-29 Bruno Haible <bruno@clisp.org>
+
+ * xreadlink.c: Assume <stdlib.h> exists.
+
2006-07-29 Bruno Haible <bruno@clisp.org>
* localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
/* xreadlink.c -- readlink wrapper to return the link name in malloc'd storage
- Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2003, 2005-2006 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 <limits.h>
#include <sys/types.h>
-#if HAVE_STDLIB_H
-# include <stdlib.h>
-#endif
+#include <stdlib.h>
#if HAVE_UNISTD_H
# include <unistd.h>
#endif