Skip to content

Commit

Permalink
Add stdbool.h to detour.h
Browse files Browse the repository at this point in the history
  • Loading branch information
8dcc committed Jan 19, 2024
1 parent 1e753d5 commit 108a4e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/detour.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#define DETOUR_H_ 1

#include <stdint.h>
#include <stdbool.h>

#ifdef __i386__
#define JMP_SZ_ 7 /* Size of jmp instructions in 32bit */
Expand Down

0 comments on commit 108a4e5

Please sign in to comment.