Revert 67496 as it makes running Paint.NET impossible
[mono.git] / support / dirent.c
index 6fb49902d0beef6f1284d781c9e68523fd3cbd33..ae13bf2ea529bd4a9dfbe053221d5c2712b5a75b 100644 (file)
 #include <stdlib.h>
 #include <unistd.h>
 
+#include "map.h"
 #include "mph.h"
 
 G_BEGIN_DECLS
 
-struct Mono_Posix_Syscall__Dirent {
-       /* ino_t  */ mph_ino_t      d_ino;
-       /* off_t  */ mph_off_t      d_off;
-       /* ushort */ unsigned short d_reclen;
-       /* byte   */ unsigned char  d_type;
-       /* string */ char          *d_name;
-};
-
 gint32
 Mono_Posix_Syscall_seekdir (void *dir, mph_off_t offset)
 {