summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/rpmfts-py.c2
-rw-r--r--python/rpmfts-py.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/rpmfts-py.c b/python/rpmfts-py.c
index 6d5b6f3ed..f4271fb72 100644
--- a/python/rpmfts-py.c
+++ b/python/rpmfts-py.c
@@ -6,7 +6,7 @@
#include "structmember.h"
-#include <fts.h>
+#include "fts.h"
#include "rpmfts-py.h"
diff --git a/python/rpmfts-py.h b/python/rpmfts-py.h
index ca431b8b6..a56ee4181 100644
--- a/python/rpmfts-py.h
+++ b/python/rpmfts-py.h
@@ -5,7 +5,7 @@
* \file python/rpmfts-py.h
*/
-#include <fts.h>
+#include "fts.h"
typedef struct rpmftsObject_s {
PyObject_HEAD