summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-09-17 17:54:51 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-09-17 17:54:51 +0300
commit5bb02c33a92956f695d8f4e5bd8271e825d2a531 (patch)
treead41ebf2fb0046ed090380f09ce1414fb7d4cc7a
parenta002ceebac6cd2642de6daf9d986efc179cb7f5a (diff)
downloadlibrpm-tizen-5bb02c33a92956f695d8f4e5bd8271e825d2a531.tar.gz
librpm-tizen-5bb02c33a92956f695d8f4e5bd8271e825d2a531.tar.bz2
librpm-tizen-5bb02c33a92956f695d8f4e5bd8271e825d2a531.zip
Include rpmts.h, not depends.c (!)
-rw-r--r--rpm2cpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm2cpio.c b/rpm2cpio.c
index 3ef741d81..6f94f31f4 100644
--- a/rpm2cpio.c
+++ b/rpm2cpio.c
@@ -6,7 +6,7 @@ const char *__progname;
#include <rpmlib.h>
#include <rpmpgp.h>
-#include "depends.c"
+#include <rpmts.h>
#include "debug.h"