| 12345678910111213 |
- --- a/libuuid/src/uuid.h
- +++ b/libuuid/src/uuid.h
- @@ -35,6 +35,10 @@
- #ifndef _UL_LIBUUID_UUID_H
- #define _UL_LIBUUID_UUID_H
-
- +#if defined(__clang__) && defined(__APPLE__)
- +#include_next <uuid/uuid.h>
- +#endif
- +
- #include <sys/types.h>
- #ifndef _WIN32
- #include <sys/time.h>
|