]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
include repo_pubkey.h in repo_pubkey.c
authorMichael Schroeder <mls@suse.de>
Mon, 23 Sep 2013 09:29:54 +0000 (11:29 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 23 Sep 2013 09:29:54 +0000 (11:29 +0200)
ext/repo_pubkey.c

index 3b0e4029ec2dbf58838d45426aab25ba66e5bcfe..17558ba0aa833d312bb77ec166a28b90c8def9b6 100644 (file)
@@ -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