From 87630355438c21bb30243334e0ed4857e3d06f7c Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Thu, 14 Sep 2017 14:04:27 +0200 Subject: Fix compilation on host original author is Aurelian. Signed-off-by: Marcus Fritzsch --- AFBClient.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'AFBClient.h') diff --git a/AFBClient.h b/AFBClient.h index d93817b..6947629 100644 --- a/AFBClient.h +++ b/AFBClient.h @@ -2,15 +2,19 @@ #define AFBCLIENT_H #include + +#ifdef AFB #include #include "afb-wsj1.h" #include "afb-ws-client.h" +#endif class AFBClient { public: AFBClient(); + bool init(); void requestSurface(const char *label); void activateSurface(const char *label); void deactivateSurface(const char *label); -- cgit