From ba96983bf0f10051de35bcc3def0d542d924bb9f Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Wed, 23 Jan 2019 18:00:14 +0000 Subject: Make json-c include respect pkg-config --cflags json-c.pc contains `Cflags: -I${includedir}/json-c`, so `` won't be found unless the parent directory is searched by default. --- sway/ipc-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway/ipc-server.c') 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 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.3-54-g00ecf