X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Finftarg.c;h=82a15cdf24308caab3309b12563405a8000366af;hb=e8475ad46302c0439093e9e25d631e56331f20e4;hp=01c5b474c468849ca7eac3698a12000f32a470ba;hpb=ed9a39ebf9f55562c7c582155f6721c3e685ce91;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/inftarg.c b/gdb/inftarg.c index 01c5b474c4..82a15cdf24 100644 --- a/gdb/inftarg.c +++ b/gdb/inftarg.c @@ -32,16 +32,7 @@ #include #include -#ifdef HAVE_WAIT_H -#include -#else -#ifdef HAVE_SYS_WAIT_H -#include -#endif -#endif - -/* "wait.h" fills in the gaps left by */ -#include "wait.h" +#include "gdb_wait.h" extern struct symtab_and_line * child_enable_exception_callback PARAMS ((enum exception_event_kind, int));