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/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway/commands.c') diff --git a/sway/commands.c b/sway/commands.c index f92a5e46..dd994fa1 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include "sway/commands.h" #include "sway/config.h" #include "sway/criteria.h" -- cgit v1.2.3