From: Michael Schroeder Date: Mon, 23 Sep 2013 09:29:54 +0000 (+0200) Subject: include repo_pubkey.h in repo_pubkey.c X-Git-Tag: BASE-SuSE-Code-13_1-Branch~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4303f28fac38c34bf0c7c331963d7fc5a44d299d;p=thirdparty%2Flibsolv.git include repo_pubkey.h in repo_pubkey.c --- diff --git a/ext/repo_pubkey.c b/ext/repo_pubkey.c index 3b0e4029..17558ba0 100644 --- a/ext/repo_pubkey.c +++ b/ext/repo_pubkey.c @@ -38,6 +38,7 @@ #include "queue.h" #include "chksum.h" #include "repo_rpmdb.h" +#include "repo_pubkey.h" #ifdef ENABLE_PGPVRFY #include "solv_pgpvrfy.h" #endif