diff options
Diffstat (limited to 'src/aft.h')
-rw-r--r-- | src/aft.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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_ */ |