Skip to content

Commit

Permalink
Merge pull request #123 from p-x9/feature/linux-uuid
Browse files Browse the repository at this point in the history
Fix not to use `uuid/uuid.h`
  • Loading branch information
p-x9 authored Oct 5, 2024
2 parents a068e36 + b168149 commit 351aaae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/MachOKitC/include/dyld_cache_format.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
#define __DYLD_CACHE_FORMAT__

#include <stdint.h>
#include <uuid/uuid.h>

//#include <uuid/uuid.h>
typedef uint8_t uuid_t[16];

//#include <mach-o/fixup-chains.h>
#include "fixup-chains.h"
Expand Down

0 comments on commit 351aaae

Please sign in to comment.