[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] stubdom: int32_t is provided by stdint.h, not sys/types.h
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1219826691 -3600 # Node ID 9818c7099e20aa33ace90a169ff81844685637b0 # Parent c2472ded5c7c5a3958b2f23c62af738f9f5ecb99 stubdom: int32_t is provided by stdint.h, not sys/types.h Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx> --- extras/mini-os/include/posix/dirent.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r c2472ded5c7c -r 9818c7099e20 extras/mini-os/include/posix/dirent.h --- a/extras/mini-os/include/posix/dirent.h Tue Aug 26 15:16:57 2008 +0100 +++ b/extras/mini-os/include/posix/dirent.h Wed Aug 27 09:44:51 2008 +0100 @@ -1,7 +1,7 @@ #ifndef _POSIX_DIRENT_H #define _POSIX_DIRENT_H -#include <sys/types.h> +#include <stdint.h> struct dirent { char *d_name; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |