aboutsummaryrefslogtreecommitdiff
path: root/src/net.c
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2020-10-20 20:14:41 +0200
committerJan200101 <sentrycraft123@gmail.com>2020-10-20 20:14:41 +0200
commitdb8ae62fb64fa33657f598a62045f17fc779ef8b (patch)
tree26de2baf2506c6acd072770d220b77ecb3aed60c /src/net.c
parenta8038e640523a65ac347be9f674348ecc11ce356 (diff)
downloadpolecat-db8ae62fb64fa33657f598a62045f17fc779ef8b.tar.gz
polecat-db8ae62fb64fa33657f598a62045f17fc779ef8b.zip
properly include header directories, change how json-c is found
Diffstat (limited to 'src/net.c')
-rw-r--r--src/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.c b/src/net.c
index 5fb1093..bacfc8b 100644
--- a/src/net.c
+++ b/src/net.c
@@ -4,7 +4,7 @@
#include <stdlib.h>
#include <stdint.h>
#include <curl/curl.h>
-#include <json-c/json.h>
+#include <json.h>
#include "net.h"
#include "common.h"