diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-01-15 19:19:40 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-01-15 19:19:40 (GMT) |
commit | d75fe33356f22c1c41925bffe179a55b9cea6cd1 (patch) | |
tree | 37b9a32d3a2b688326791392b338e025bb4c84f3 /plugins/fmtp | |
parent | 55935908085677432f746f8378e600f4fd8234b0 (diff) |
Reorganized the architecture operands.
Diffstat (limited to 'plugins/fmtp')
-rw-r--r-- | plugins/fmtp/def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/fmtp/def.h b/plugins/fmtp/def.h index 2fa4761..15fd2f5 100644 --- a/plugins/fmtp/def.h +++ b/plugins/fmtp/def.h @@ -28,6 +28,7 @@ #include <stdbool.h> +#include <arch/operands/immediate.h> #include <common/cpp.h> |