From 13d17203d42320370d0253cfb68059fb4ee7f08a Mon Sep 17 00:00:00 2001 From: Milan Srdinko Date: Wed, 1 Feb 2017 14:30:06 +0100 Subject: WiFi: Improve log messages Change-Id: I180e3af084edfb72492d6155eb9db1964590afd3 Signed-off-by: Milan Srdinko --- binding-wifi/wifi-connman.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'binding-wifi/wifi-connman.h') diff --git a/binding-wifi/wifi-connman.h b/binding-wifi/wifi-connman.h index 90533dd..dfc0d5b 100644 --- a/binding-wifi/wifi-connman.h +++ b/binding-wifi/wifi-connman.h @@ -13,16 +13,28 @@ * limitations under the License. */ +#define _GNU_SOURCE + //#include #include #include #include #include +#include + #ifdef __cplusplus extern "C" { #endif +// + + +/* + * the interface to afb-daemon + */ +const struct afb_binding_interface *afbitf; + /** Maximum Profile Count */ #define CONNMAN_MAX_BUFLEN 512 -- cgit 1.2.3-korg