[Rpm-maint] [PATCH] Revise #include paths in FTS
James M Leddy
james.leddy at redhat.com
Tue Oct 12 03:30:24 UTC 2010
When moving fts.h to misc, the relative path of rpmutil.h changed.
This modifies the #include so that the compiler can find rpmutil.h.
---
misc/fts.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/misc/fts.h b/misc/fts.h
index 47c650e..24129d3 100644
--- a/misc/fts.h
+++ b/misc/fts.h
@@ -32,7 +32,7 @@
#ifndef _FTS_H
#define _FTS_H 1
-#include <rpm/rpmutil.h>
+#include <rpmutil.h>
#if defined(__GLIBC__)
#include <features.h>
--
1.7.3
More information about the Rpm-maint
mailing list