POSIX 2008 XSI requires ino_t. But it is easier if gnulib
guarantees it always, rather than just on XSI systems.
* lib/dirent.in.h (includes): Guarantee ino_t.
Reported by Ralf Wildenhues.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2010-01-06 Eric Blake <ebb9@byu.net>
+
+ dirent: fix test failure
+ * lib/dirent.in.h (includes): Guarantee ino_t.
+ Reported by Ralf Wildenhues.
+
2010-01-06 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
linkat, renameat: avoid bad free
#ifndef _GL_DIRENT_H
#define _GL_DIRENT_H
+/* Grab ino_t. */
+#include <sys/types.h>
+
/* The definition of GL_LINK_WARNING is copied here. */
/* The definition of _GL_ARG_NONNULL is copied here. */