Make json-c include respect pkg-config --cflags

json-c.pc contains `Cflags: -I${includedir}/json-c`, so `<json-c/json.h>`
won't be found unless the parent directory is searched by default.
This commit is contained in:
Jan Beich 2019-01-23 18:00:14 +00:00
parent 1a1133dcc5
commit f24c0e7b92
9 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
#ifndef _SWAYBAR_STATUS_LINE_H
#define _SWAYBAR_STATUS_LINE_H
#include <json-c/json.h>
#include <json.h>
#include <stdint.h>
#include <stdio.h>
#include <stdbool.h>