From 463a5e8dac66017d6952f8b503e8738d005e69ed Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 4 Mar 2016 14:45:37 +0100 Subject: [PATCH] daemon: fix example compile --- platform/daemon/src/btstack_client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/daemon/src/btstack_client.h b/platform/daemon/src/btstack_client.h index f3064f87a..7f141198a 100644 --- a/platform/daemon/src/btstack_client.h +++ b/platform/daemon/src/btstack_client.h @@ -49,6 +49,7 @@ #include "bluetooth.h" #include "btstack_config.h" +#include "btstack_event.h" #include "btstack_run_loop.h" #include "btstack_util.h" #include "daemon_cmds.h"