diff options
Diffstat (limited to 'gdb/command.c')
-rw-r--r-- | gdb/command.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/command.c b/gdb/command.c index 962101d..10308d5 100644 --- a/gdb/command.c +++ b/gdb/command.c @@ -19,7 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "gdbcmd.h" #include "symtab.h" #include "value.h" -#include "wait.h" #include <ctype.h> #include "gdb_string.h" #ifdef HAVE_UNISTD_H @@ -34,6 +33,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ # endif #endif +#include "wait.h" + /* Prototypes for local functions */ static void |