diff options
Diffstat (limited to 'src/debug')
-rw-r--r-- | src/debug/debuggers.h | 2 | ||||
-rw-r--r-- | src/debug/ptrace/options.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/debuggers.h b/src/debug/debuggers.h index 96e0c47..03c3164 100644 --- a/src/debug/debuggers.h +++ b/src/debug/debuggers.h @@ -30,7 +30,7 @@ #include <sys/types.h> -#include "../binary.h" +#include "../analysis/binary.h" 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" |