From f15b940aa03ec7c1b4054991e1764bbf7ea1177c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Sun, 28 Oct 2007 06:47:17 +0100 Subject: [PATCH] Include "rpmds.h" instead of . --- build/rpmfc.c | 2 +- tools/rpmdeps.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/rpmfc.c b/build/rpmfc.c index 9f530fb..c37a1ab 100644 --- a/build/rpmfc.c +++ b/build/rpmfc.c @@ -8,7 +8,7 @@ #include "rpmerr.h" #define _RPMDS_INTERNAL -#include +#include "rpmds.h" #include #if HAVE_GELF_H diff --git a/tools/rpmdeps.c b/tools/rpmdeps.c index 2812823..36e244a 100644 --- a/tools/rpmdeps.c +++ b/tools/rpmdeps.c @@ -3,7 +3,7 @@ const char *__progname; #include #include "argv.h" -#include +#include "rpmds.h" #include #include "debug.h" -- 2.7.4