diff options
Diffstat (limited to 'gdb/exec.c')
-rw-r--r-- | gdb/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ #include "gdbcore.h" #include <ctype.h> -#include "gdb_stat.h" +#include <sys/stat.h> void (*deprecated_file_changed_hook) (char *); |