aboutsummaryrefslogtreecommitdiffstats
path: root/bin/worker.c
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-05-21 13:28:39 +0200
committerGravatar Christian Hesse <mail@eworm.de>2024-05-21 13:44:57 +0200
commit4e5fd62efa6ab0a648290150ca64a0e63cc4ca91 (patch)
treef4ec8a8b826550b361c309fb472d7cd42ce211be /bin/worker.c
parent06df8f74d97c07904786e3ab38546043685bdf24 (diff)
downloadmkinitcpio-ykfde-4e5fd62efa6ab0a648290150ca64a0e63cc4ca91.tar.gz
mkinitcpio-ykfde-4e5fd62efa6ab0a648290150ca64a0e63cc4ca91.tar.zst
update include, use pkg-config for iniparseriniparser-4-2-2
... which ships required files with release 4.2.2.
Diffstat (limited to 'bin/worker.c')
-rw-r--r--bin/worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/worker.c b/bin/worker.c
index 81dc68f..9f65e1d 100644
--- a/bin/worker.c
+++ b/bin/worker.c
@@ -33,7 +33,7 @@
#include <systemd/sd-daemon.h>
-#include <iniparser.h>
+#include <iniparser/iniparser.h>
#include <keyutils.h>