summaryrefslogtreecommitdiff
path: root/src/connectionhandler.h
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2012-04-12 11:30:40 +0200
committerJonas Suhr Christensen <jsc@umbraculum.org>2012-04-12 11:30:40 +0200
commitfd373d0b0f580b56f3350e92207cfa499806ca4d (patch)
tree40e5d8ea77a78295959ac1ad2375d0d4e92720f5 /src/connectionhandler.h
parentb320cc10871217d51e3458bf85a22e7d50ee4aec (diff)
Added a bit of debugging messages.
Merged task_proto and observe_proto into one protocol in munia_proto.
Diffstat (limited to 'src/connectionhandler.h')
-rw-r--r--src/connectionhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connectionhandler.h b/src/connectionhandler.h
index f5e63d7..464128b 100644
--- a/src/connectionhandler.h
+++ b/src/connectionhandler.h
@@ -32,6 +32,8 @@
#include <set>
#include <map>
+#include <libwebsockets.h>
+
#include "task.h"
typedef struct libwebsocket* clientid_t;