Include "rpmfc.h" instead of <rpmfc.h>.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Sun, 28 Oct 2007 05:49:57 +0000 (06:49 +0100)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Sun, 28 Oct 2007 05:49:57 +0000 (06:49 +0100)
build/rpmfc.c
tools/rpmdeps.c

index 3c111fb..e9d459d 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "rpmbuild.h"
 #include "argv.h"
-#include <rpmfc.h>
+#include "rpmfc.h"
 #include "rpmerr.h"
 
 #define        _RPMDS_INTERNAL
index 425dcc9..a86e7e9 100644 (file)
@@ -4,7 +4,7 @@ const char *__progname;
 #include "rpmbuild.h"
 #include "argv.h"
 #include "rpmds.h"
-#include <rpmfc.h>
+#include "rpmfc.h"
 
 #include "debug.h"