diff options
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index 13b9580..dbff6e2 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -55,7 +55,7 @@ #include "target.h" #include "inferior.h" #include <fcntl.h> -#include <sys/stat.h> +#include "gdb_stat.h" #include <dlfcn.h> #include "gdbcmd.h" #include "gdbcore.h" |