summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch/operands/module.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-08-14 22:41:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-08-14 22:41:51 (GMT)
commit40e1d396f2393d4444ce7e13462803dbc555a4fa (patch)
treefcf9b2763fbb35e6b9fd87ae1ee2d83d6d6de312 /plugins/pychrysalide/arch/operands/module.c
parenta6c0351774988094a51c9502f2a8e07633956263 (diff)
Reorganize the code for immediate operands.
Diffstat (limited to 'plugins/pychrysalide/arch/operands/module.c')
-rw-r--r--plugins/pychrysalide/arch/operands/module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/pychrysalide/arch/operands/module.c b/plugins/pychrysalide/arch/operands/module.c
index f1669fb..89adecc 100644
--- a/plugins/pychrysalide/arch/operands/module.c
+++ b/plugins/pychrysalide/arch/operands/module.c
@@ -30,6 +30,7 @@
#include "feeder.h"
#include "immediate.h"
+#include "known.h"
#include "proxy.h"
#include "register.h"
#include "rename.h"