mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 01:45:52 +08:00
filestuff.c: Include "gdb_dirent.h" instead of <dirent.h>
gdb/ChangeLog: * common/filestuff.c: Replace #include <dirent.h> by #include "gdb_dirent.h".
This commit is contained in:
@ -56,7 +56,7 @@
|
||||
|
||||
#ifndef HAVE_FDWALK
|
||||
|
||||
#include <dirent.h>
|
||||
#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
|
||||
|
Reference in New Issue
Block a user