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 /lib/tgi.c | |
parent | f507baed1fb7d0129c21000b396a56e9bb776857 (diff) | |
download | rpm-12ef6e8d3a139de1509a41c79c443815e5a8d35b.tar.gz rpm-12ef6e8d3a139de1509a41c79c443815e5a8d35b.tar.bz2 rpm-12ef6e8d3a139de1509a41c79c443815e5a8d35b.zip |
Include "fts.h" instead of <fts.h>.
Diffstat (limited to 'lib/tgi.c')
-rw-r--r-- | lib/tgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ #include "rpmmacro.h" #include "rpmmessages.h" -#include <fts.h> +#include "fts.h" #include <popt.h> #include "debug.h" |