diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:43:07 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:43:07 +0100 |
commit | 12ef6e8d3a139de1509a41c79c443815e5a8d35b (patch) | |
tree | 4254c1fd91fd54fdf39ebb42866d56fdad97c4cd /rpmio/fts.c | |
parent | f507baed1fb7d0129c21000b396a56e9bb776857 (diff) | |
download | librpm-tizen-12ef6e8d3a139de1509a41c79c443815e5a8d35b.tar.gz librpm-tizen-12ef6e8d3a139de1509a41c79c443815e5a8d35b.tar.bz2 librpm-tizen-12ef6e8d3a139de1509a41c79c443815e5a8d35b.zip |
Include "fts.h" instead of <fts.h>.
Diffstat (limited to 'rpmio/fts.c')
-rw-r--r-- | rpmio/fts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/fts.c b/rpmio/fts.c index 047038f0d..e193d7262 100644 --- a/rpmio/fts.c +++ b/rpmio/fts.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94"; #include <fcntl.h> #include <dirent.h> #include <errno.h> -#include <fts.h> +#include "fts.h" #include <stdlib.h> #include <string.h> #include <unistd.h> |