aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-27 09:44:51 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-27 09:44:51 +0100
commit1cbf503b9de8bb04ecd5bc52760ee283aebd378b (patch)
tree6593ad8e3bb31578fe6ad04fcab729a9eab28239 /extras/mini-os/include
parent7ec3e079145c7ca43ee1a7219fce3a0341c181b2 (diff)
downloadxen-1cbf503b9de8bb04ecd5bc52760ee283aebd378b.tar.gz
xen-1cbf503b9de8bb04ecd5bc52760ee283aebd378b.tar.bz2
xen-1cbf503b9de8bb04ecd5bc52760ee283aebd378b.zip
stubdom: int32_t is provided by stdint.h, not sys/types.h
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'extras/mini-os/include')
-rw-r--r--extras/mini-os/include/posix/dirent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/mini-os/include/posix/dirent.h b/extras/mini-os/include/posix/dirent.h
index 56b1d67258..884b69eba6 100644
--- a/extras/mini-os/include/posix/dirent.h
+++ b/extras/mini-os/include/posix/dirent.h
@@ -1,7 +1,7 @@
#ifndef _POSIX_DIRENT_H
#define _POSIX_DIRENT_H
-#include <sys/types.h>
+#include <stdint.h>
struct dirent {
char *d_name;