From 64b30f9a12a18e30ca52512e41e977e009e8e14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Sun, 28 Oct 2007 06:47:46 +0100 Subject: [PATCH] Include "rpmts.h" instead of . --- rpm2cpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm2cpio.c b/rpm2cpio.c index ac88528a4..4a1934ce4 100644 --- a/rpm2cpio.c +++ b/rpm2cpio.c @@ -6,7 +6,7 @@ const char *__progname; #include "rpmlib.h" #include "rpmpgp.h" -#include +#include "rpmts.h" #include "debug.h"