From 4303f28fac38c34bf0c7c331963d7fc5a44d299d Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Mon, 23 Sep 2013 11:29:54 +0200 Subject: [PATCH] include repo_pubkey.h in repo_pubkey.c --- ext/repo_pubkey.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2