diff --git a/build/rpmfc.c b/build/rpmfc.c index 3c111fb64..e9d459dbf 100644 --- a/build/rpmfc.c +++ b/build/rpmfc.c @@ -4,7 +4,7 @@ #include "rpmbuild.h" #include "argv.h" -#include +#include "rpmfc.h" #include "rpmerr.h" #define _RPMDS_INTERNAL diff --git a/tools/rpmdeps.c b/tools/rpmdeps.c index 425dcc925..a86e7e9a3 100644 --- a/tools/rpmdeps.c +++ b/tools/rpmdeps.c @@ -4,7 +4,7 @@ const char *__progname; #include "rpmbuild.h" #include "argv.h" #include "rpmds.h" -#include +#include "rpmfc.h" #include "debug.h"