diff options
Diffstat (limited to 'src/info.c')
-rw-r--r-- | src/info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/info.c b/src/info.c index dfb37121ff..19a3f481c3 100644 --- a/src/info.c +++ b/src/info.c @@ -16,6 +16,7 @@ #include "apk_package.h" #include "apk_database.h" #include "apk_state.h" +#include "apk_print.h" struct info_ctx { int (*action)(struct info_ctx *ctx, struct apk_database *db, |