diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-04-01 16:20:12 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-04-01 16:20:12 +0200 |
commit | bbe18a624f4961165cf52d7f4c25de6f3a7ec012 (patch) | |
tree | 8167fa621fbcdcd91e11988ce6d8c9cf4072fc48 /plugins/samples/ClientCtx.c | |
parent | c95f72616f59a317f72c58c0e5664992504a48e5 (diff) |
work in progress
Change-Id: I3df95def03bb26ca4d1a52f7cd94b0fb67375d4c
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'plugins/samples/ClientCtx.c')
-rw-r--r-- | plugins/samples/ClientCtx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/samples/ClientCtx.c b/plugins/samples/ClientCtx.c index b59400e1..175b9387 100644 --- a/plugins/samples/ClientCtx.c +++ b/plugins/samples/ClientCtx.c @@ -16,6 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <stdio.h> #include "local-def.h" |