]> git.ipfire.org Git - pakfire.git/commitdiff
build: Include config.h
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 20 Oct 2023 11:26:19 +0000 (11:26 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 20 Oct 2023 11:26:19 +0000 (11:26 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/build.c

index 83c8dd531dcb72513bf042773a271a5664ceb995..c91163235152b3c13608eb53fcc8578476fdc44c 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <pakfire/build.h>
 #include <pakfire/cgroup.h>
+#include <pakfire/config.h>
 #include <pakfire/ctx.h>
 #include <pakfire/dependencies.h>
 #include <pakfire/dist.h>