[top level] Add definitions for uuid_string_t for Darwin9
[darwin-xtools.git] / host-includes / uuid / uuid.h
blobe3dc8ebce1292d918173d2be1f5bd92b24e0cf27
1 #ifndef _XTOOLS_UUID_UUID_H
2 #define _XTOOLS_UUID_UUID_H
4 #include_next <uuid/uuid.h>
6 #ifndef _UUID_STRING_T
7 #define _UUID_STRING_T
8 typedef char __darwin_uuid_string_t[37];
9 typedef __darwin_uuid_string_t uuid_string_t;
10 #endif /* _UUID_STRING_T */
13 #endif /* _XTOOLS_UUID_UUID_H */