102-macos-uuid-next.patch 275 B

12345678910111213
  1. --- a/libuuid/src/uuid.h
  2. +++ b/libuuid/src/uuid.h
  3. @@ -35,6 +35,10 @@
  4. #ifndef _UL_LIBUUID_UUID_H
  5. #define _UL_LIBUUID_UUID_H
  6. +#if defined(__clang__) && defined(__APPLE__)
  7. +#include_next <uuid/uuid.h>
  8. +#endif
  9. +
  10. #include <sys/types.h>
  11. #ifndef _WIN32
  12. #include <sys/time.h>