From 12ef6e8d3a139de1509a41c79c443815e5a8d35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Sun, 28 Oct 2007 06:43:07 +0100 Subject: Include "fts.h" instead of . --- python/rpmfts-py.c | 2 +- python/rpmfts-py.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'python') 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 +#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 +#include "fts.h" typedef struct rpmftsObject_s { PyObject_HEAD -- cgit v1.2.3