RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Per Øyvind Karlsen
Root: /v/rpm/cvs Email: pkarlsen@rpm5.org
Module: rpm Date: 17-Jan-2008 15:42:20
Branch: rpm-5_0 Handle: 2008011714422000
Modified files: (Branch: rpm-5_0)
rpm/lib rpmts.c
Log:
oops, add missing headers related to renaming of rpmtsImportPubkey
Summary:
Revision Changes Path
2.133.2.2 +2 -0 rpm/lib/rpmts.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/lib/rpmts.c
============================================================================
$ cvs diff -u -r2.133.2.1 -r2.133.2.2 rpmts.c
--- rpm/lib/rpmts.c 17 Jan 2008 11:53:53 -0000 2.133.2.1
+++ rpm/lib/rpmts.c 17 Jan 2008 14:42:20 -0000 2.133.2.2
@@ -4,6 +4,8 @@
*/
#include "system.h"
+#include <rpmio_internal.h>
+#include <rpmbc.h> /* XXX beecrypt base64 */
#include <rpmio.h>
#include <rpmurl.h>
#include <rpmpgp.h>
@@ .
Received on Thu Jan 17 15:42:20 2008