]> xenbits.xensource.com Git - people/liuw/mini-os.git/commitdiff
stubdom: int32_t is provided by stdint.h, not sys/types.h
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 27 Aug 2008 08:44:51 +0000 (09:44 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 27 Aug 2008 08:44:51 +0000 (09:44 +0100)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
include/posix/dirent.h

index 56b1d672583162d906a167459e1b852aec9bbaea..884b69eba63454df8a672f99aa2776ed41f64036 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _POSIX_DIRENT_H
 #define _POSIX_DIRENT_H
 
-#include <sys/types.h>
+#include <stdint.h>
 
 struct dirent {
         char *d_name;