aboutsummaryrefslogtreecommitdiffstats
path: root/pacredir.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-05-21 11:22:14 +0200
committerGravatar Christian Hesse <mail@eworm.de>2024-05-21 13:15:29 +0200
commit7a858140c0aa43a972b2be0ee920c9bfe4ef94a8 (patch)
tree99727322d05f2bc4517defadd044299b5cf8d5ef /pacredir.h
parent8370784a9be4900b9cda82d42e1fa5fdcaee368b (diff)
downloadpacredir-main.tar.gz
pacredir-main.tar.zst
update include, use pkg-config for iniparserHEADmain
... which ships required files with release 4.2.2.
Diffstat (limited to 'pacredir.h')
-rw-r--r--pacredir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacredir.h b/pacredir.h
index 571ccc2..5be6295 100644
--- a/pacredir.h
+++ b/pacredir.h
@@ -44,7 +44,7 @@
/* various headers needing linker options */
#include <curl/curl.h>
-#include <iniparser.h>
+#include <iniparser/iniparser.h>
#include <microhttpd.h>
#include <pthread.h>