From c6fc0033e1bf8aa1deb2c44284049041766361f8 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Date: Sun, 24 Jan 2016 02:19:08 +0100 Subject: swaybar: move core functionality to state.c --- include/ipc-client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/ipc-client.h b/include/ipc-client.h index 030c80b6..c9f5b344 100644 --- a/include/ipc-client.h +++ b/include/ipc-client.h @@ -1,6 +1,8 @@ #ifndef _SWAY_IPC_CLIENT_H #define _SWAY_IPC_CLIENT_H +#include + #include "ipc.h" /** -- cgit v1.2.3-54-g00ecf