diff options
author | Michael Schroeder <mls@suse.de> | 2013-09-23 11:29:54 +0200 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2013-09-23 11:29:54 +0200 |
commit | 4303f28fac38c34bf0c7c331963d7fc5a44d299d (patch) | |
tree | 8ebb7defa3a659099bdf371ea2822f9ff475d187 /ext/repo_pubkey.c | |
parent | 62741a85012555a654ef675beda65e0d92c6e4a2 (diff) | |
download | libsolv-4303f28fac38c34bf0c7c331963d7fc5a44d299d.tar.gz libsolv-4303f28fac38c34bf0c7c331963d7fc5a44d299d.tar.bz2 libsolv-4303f28fac38c34bf0c7c331963d7fc5a44d299d.zip |
include repo_pubkey.h in repo_pubkey.c
Diffstat (limited to 'ext/repo_pubkey.c')
-rw-r--r-- | ext/repo_pubkey.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/repo_pubkey.c b/ext/repo_pubkey.c index 3b0e402..17558ba 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 |