From 3ec82a5a420fc00d38ad7dded819525a91533652 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 5 Mar 2010 08:13:25 +0000 Subject: First steps for libapk --- src/info.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/info.c') diff --git a/src/info.c b/src/info.c index dfb3712..19a3f48 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, -- cgit v1.2.3