aboutsummaryrefslogtreecommitdiffstats
path: root/include/ipc-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ipc-client.h')
-rw-r--r--include/ipc-client.h2
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 @@
1#ifndef _SWAY_IPC_CLIENT_H 1#ifndef _SWAY_IPC_CLIENT_H
2#define _SWAY_IPC_CLIENT_H 2#define _SWAY_IPC_CLIENT_H
3 3
4#include <stdint.h>
5
4#include "ipc.h" 6#include "ipc.h"
5 7
6/** 8/**