diff options
Diffstat (limited to 'AFBClient.h')
-rw-r--r-- | AFBClient.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <systemd/sd-event.h> + +#ifdef AFB #include <json-c/json.h> #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); |