diff options
Diffstat (limited to 'gdb/standalone.c')
-rw-r--r-- | gdb/standalone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/standalone.c b/gdb/standalone.c index 0b655a1..ebb14d9 100644 --- a/gdb/standalone.c +++ b/gdb/standalone.c @@ -34,7 +34,7 @@ #include "symtab.h" #include "frame.h" #include "inferior.h" -#include "wait.h" +#include "gdb_wait.h" /* Random system calls, mostly no-ops to prevent link problems */ |