aboutsummaryrefslogtreecommitdiffstats
path: root/src/aft.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/aft.h')
-rw-r--r--src/aft.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/aft.h b/src/aft.h
index 7ac00a0..ec8fd7e 100644
--- a/src/aft.h
+++ b/src/aft.h
@@ -21,12 +21,18 @@
#define _CTL_BINDING_INCLUDE_
#include <stdio.h>
-#include <ctl-config.h>
#include <filescan-utils.h>
#include <wrap-json.h>
+#include <afb/afb-binding.h>
#ifndef ERROR
#define ERROR -1
#endif
+#ifndef CONTROL_SUPPORT_LUA
+ #define CONTROL_SUPPORT_LUA 1
+#endif
+
+#include <ctl-config.h>
+
#endif /* _CTL_BINDING_INCLUDE_ */