Skip to content

Commit

Permalink
Fix byteorder
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptiiiic committed Nov 21, 2024
1 parent f9cd7bd commit 99746a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MachOByteOrder.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <libkern/OSByteOrder.h>

// 8-bit integers needed for CodeDirectory
#define BIG_TO_HOST(n) _Generic((n), \
Expand Down

0 comments on commit 99746a3

Please sign in to comment.