summaryrefslogtreecommitdiffstats
path: root/ctl-lib/ctl-plugin.h
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-11-29 11:44:14 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2018-11-30 08:55:14 +0000
commit3344fe2a65c5d152d0f8466e5219e0437808ed0b (patch)
tree4f338801a56ebc0535379abf42606c01e8051f9e /ctl-lib/ctl-plugin.h
parent70e1d98f1118c4785dde75cb64af9272fce11677 (diff)
Fix: compiling a controller without LUA supportguppy_6.99.2guppy/6.99.26.99.2
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.h1
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"