From bb87ac82d1a483e929738bf2647d4b9802367144 Mon Sep 17 00:00:00 2001 From: Johan Simonsson Date: Sun, 4 Jan 2015 11:15:23 +0000 Subject: [PATCH] From 03b93ec864c29dfbc41f2adbdf1b639f5403c95f Mon Sep 17 00:00:00 2001 Subject: [PATCH] Added c include Fixes #220 and #223 --- lib/libwebsockets.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libwebsockets.h b/lib/libwebsockets.h index 969de6e3..b63c591f 100644 --- a/lib/libwebsockets.h +++ b/lib/libwebsockets.h @@ -26,6 +26,8 @@ #include #include extern "C" { +#else +#include #endif #ifdef CMAKE_BUILD