aboutsummaryrefslogtreecommitdiffstats
path: root/sway/ipc-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/ipc-server.c')
-rw-r--r--sway/ipc-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/ipc-server.c b/sway/ipc-server.c
index 1dce8146..d1920cfd 100644
--- a/sway/ipc-server.c
+++ b/sway/ipc-server.c
@@ -4,7 +4,7 @@
4#include <assert.h> 4#include <assert.h>
5#include <errno.h> 5#include <errno.h>
6#include <fcntl.h> 6#include <fcntl.h>
7#include <json-c/json.h> 7#include <json.h>
8#include <stdbool.h> 8#include <stdbool.h>
9#include <stdint.h> 9#include <stdint.h>
10#include <stdio.h> 10#include <stdio.h>