From 8f3334f5f73c80ee6ea9dd9d272ac757abeebd6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Sun, 28 Oct 2007 06:47:20 +0100 Subject: [PATCH] Include "rpmfi.h" instead of . --- build/rpmfc.c | 2 +- lib/formats.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/rpmfc.c b/build/rpmfc.c index c37a1ab..a29a600 100644 --- a/build/rpmfc.c +++ b/build/rpmfc.c @@ -9,7 +9,7 @@ #define _RPMDS_INTERNAL #include "rpmds.h" -#include +#include "rpmfi.h" #if HAVE_GELF_H #include diff --git a/lib/formats.c b/lib/formats.c index 6b6d013..58d9636 100644 --- a/lib/formats.c +++ b/lib/formats.c @@ -7,7 +7,7 @@ #include #include "rpmmacro.h" /* XXX for %_i18ndomains */ -#include +#include "rpmfi.h" #include "legacy.h" #include "manifest.h" -- 2.7.4