diff options
author | Christian Hesse <mail@eworm.de> | 2024-05-21 11:22:14 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-05-21 13:15:29 +0200 |
commit | 7a858140c0aa43a972b2be0ee920c9bfe4ef94a8 (patch) | |
tree | 99727322d05f2bc4517defadd044299b5cf8d5ef /pacredir.h | |
parent | 8370784a9be4900b9cda82d42e1fa5fdcaee368b (diff) | |
download | pacredir-iniparser-4-2-2.tar.gz pacredir-iniparser-4-2-2.tar.zst |
update include, use pkg-config for iniparseriniparser-4-2-2
... which ships required files with release 4.2.2.
Diffstat (limited to 'pacredir.h')
-rw-r--r-- | pacredir.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |