diff options
author | Christian Hesse <mail@eworm.de> | 2024-05-21 13:36:18 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-05-21 13:36:18 +0200 |
commit | acae4d6a5bd4b5c2c643e9db2552800ec89c29ab (patch) | |
tree | 22bf238c053bca53d045b02b70ceb4410c95821c /lib/libcqrlogo.h | |
parent | f06f5d185ca1ebeb3494e541b59715c4d5cb4fc1 (diff) | |
download | cqrlogo-acae4d6a5bd4b5c2c643e9db2552800ec89c29ab.tar.gz cqrlogo-acae4d6a5bd4b5c2c643e9db2552800ec89c29ab.tar.zst |
update include, use pkg-config for iniparserHEADiniparser-4-2-2main
... which ships required files with release 4.2.2.
Diffstat (limited to 'lib/libcqrlogo.h')
-rw-r--r-- | lib/libcqrlogo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcqrlogo.h b/lib/libcqrlogo.h index 102975b..02ce0cf 100644 --- a/lib/libcqrlogo.h +++ b/lib/libcqrlogo.h @@ -30,7 +30,7 @@ #include <png.h> #include <zlib.h> #include <qrencode.h> -#include <iniparser.h> +#include <iniparser/iniparser.h> /* a bitmap */ struct cqr_bitmap { |