diff options
Diffstat (limited to 'src/debug/ptrace')
-rw-r--r-- | src/debug/ptrace/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/ptrace/options.h b/src/debug/ptrace/options.h index e49f87c..bc25abf 100644 --- a/src/debug/ptrace/options.h +++ b/src/debug/ptrace/options.h @@ -28,7 +28,7 @@ #include <stdbool.h> -#include "../../binary.h" +#include "../../analysis/binary.h" |