import gdb-1999-10-04 snapshot
[deliverable/binutils-gdb.git] / gdb / command.c
index cb04541f509502c2ecb12a5bdcc7a1a28572be61..94acb357da9a17fcaab6018aed9f5802f632f17e 100644 (file)
 #include <ctype.h>
 #include "gdb_string.h"
 
-#ifdef HAVE_WAIT_H
-#include <wait.h>
-#else
-#ifdef HAVE_SYS_WAIT_H
+#if HAVE_SYS_WAIT_H
 #include <sys/wait.h>
-#endif
+#elif HAVE_WAIT_H
+#include <wait.h>
 #endif
 
 #include "wait.h"
This page took 0.02411 seconds and 4 git commands to generate.