From: Joel Brobecker Date: Tue, 30 Apr 2013 08:20:47 +0000 (+0000) Subject: filestuff.c: Include "gdb_dirent.h" instead of X-Git-Tag: sid-snapshot-20130501~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01da98f9f4aa3a2a19e462ef2fa29b3e30ecbf56;p=external%2Fbinutils.git filestuff.c: Include "gdb_dirent.h" instead of gdb/ChangeLog: * common/filestuff.c: Replace #include by #include "gdb_dirent.h". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 402971b..dc37b96 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2013-04-29 Joel Brobecker + * common/filestuff.c: Replace #include by + #include "gdb_dirent.h". + +2013-04-29 Joel Brobecker + * common/filestuff.c: Replace #include by #include "gdb_stat.h". diff --git a/gdb/common/filestuff.c b/gdb/common/filestuff.c index 0271ea8..68f66ca 100644 --- a/gdb/common/filestuff.c +++ b/gdb/common/filestuff.c @@ -56,7 +56,7 @@ #ifndef HAVE_FDWALK -#include +#include "gdb_dirent.h" /* Replacement for fdwalk, if the system doesn't define it. Walks all open file descriptors (though this implementation may walk closed