forked from Imagelibrary/binutils-gdb
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