diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-29 11:44:14 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:02:55 +0100 |
commit | 1e95e33b65274a77139a2c30f1df12fb09d22100 (patch) | |
tree | 4f338801a56ebc0535379abf42606c01e8051f9e /ctl-lib/ctl-plugin.h | |
parent | cfc869a7a461bdf0be3157c96cb537ba8e63660d (diff) |
Fix: compiling a controller without LUA support
Bug-AGL: SPEC-1979
Change-Id: I92c22136a7e6bca6557a306824f7dc8c0ae2bf47
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'ctl-lib/ctl-plugin.h')
-rw-r--r-- | ctl-lib/ctl-plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctl-lib/ctl-plugin.h b/ctl-lib/ctl-plugin.h index 0ae6fbf..56cd465 100644 --- a/ctl-lib/ctl-plugin.h +++ b/ctl-lib/ctl-plugin.h @@ -28,6 +28,7 @@ extern "C" { #define _GNU_SOURCE #endif +#include <stdio.h> #include <json-c/json.h> #include "afb-definitions.h" |