From f28f58a76f8c3bdc765649273f906b93fb245f4e Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 27 Aug 2008 09:44:51 +0100 Subject: [PATCH] stubdom: int32_t is provided by stdint.h, not sys/types.h Signed-off-by: Samuel Thibault --- include/posix/dirent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/posix/dirent.h b/include/posix/dirent.h index 56b1d67..884b69e 100644 --- a/include/posix/dirent.h +++ b/include/posix/dirent.h @@ -1,7 +1,7 @@ #ifndef _POSIX_DIRENT_H #define _POSIX_DIRENT_H -#include +#include struct dirent { char *d_name; -- 2.39.5