diff options
Diffstat (limited to 'swaybar/ipc.c')
-rw-r--r-- | swaybar/ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybar/ipc.c b/swaybar/ipc.c index bf1d0f43..1cc55b43 100644 --- a/swaybar/ipc.c +++ b/swaybar/ipc.c @@ -3,7 +3,7 @@ #include <stdio.h> #include <string.h> #include <strings.h> -#include <json-c/json.h> +#include <json.h> #include "swaybar/config.h" #include "swaybar/ipc.h" #include "config.h" |