command.c: Include "wait.h" after, rather than before, <wait.h>.
authorAndrew Cagney <cagney@redhat.com>
Thu, 15 Oct 1998 06:59:40 +0000 (06:59 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 15 Oct 1998 06:59:40 +0000 (06:59 +0000)
commitdd877625717287a033b572ac8d90f65f6bfbc173
tree74d1f52e67b617a4b2fcc22b12eeca34b13e96ca
parentc55ea9e78148da84ad4ce2334c8d9a1d93fcfa0f
command.c: Include "wait.h" after, rather than before, <wait.h>.
"wait.h" was defining all WIF* macro's instead of filling in those
that <wait.h> missed.  Stops heaps of warnings from <wait.h>
re-defining WIF*s defined in "wait.h".
gdb/ChangeLog
gdb/command.c