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 ec1245b..b480b58 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -56,7 +56,7 @@ #include "target.h" #include "inferior.h" #include <fcntl.h> -#include "gdb_stat.h" +#include <sys/stat.h> #include <dlfcn.h> #include "gdbcmd.h" #include "gdbcore.h" |