diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-01-24 09:46:28 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-01-24 09:46:28 -0500 |
commit | 4b48a8399a33f3bb5f5d55f87213bb4692a5f1f9 (patch) | |
tree | 1d820cd07f6ba693a89d43caf01b3c8b01390609 /include | |
parent | c8cf3f70f979a6eb373ec1ebdf8f80bc42dcd633 (diff) | |
parent | a61a27c485d1b20fc7c5cbfc42b5d90148d82355 (diff) |
Merge pull request #467 from mikkeloscar/swaybar-refactor
[WIP] Swaybar refactor
Diffstat (limited to 'include')
-rw-r--r-- | include/ipc-client.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdint.h> + #include "ipc.h" /** |