]> git.ipfire.org Git - pakfire.git/commitdiff
libpakfire: repo.h: Include missing stdio.h header
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 8 Jun 2019 12:15:58 +0000 (13:15 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 8 Jun 2019 12:15:58 +0000 (13:15 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/include/pakfire/repo.h

index 49588202799cf2dd9dea5928a87a5dae415eb02f..cd58ac672e07a12783180be1716a0d74d615ad24 100644 (file)
@@ -21,6 +21,7 @@
 #ifndef PAKFIRE_REPO_H
 #define PAKFIRE_REPO_H
 
+#include <stdio.h>
 #include <time.h>
 #include <unistd.h>