aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/gdb_wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/gdb_wait.h')
-rw-r--r--gdbsupport/gdb_wait.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdbsupport/gdb_wait.h b/gdbsupport/gdb_wait.h
index f8d44c9..d1f9ccd 100644
--- a/gdbsupport/gdb_wait.h
+++ b/gdbsupport/gdb_wait.h
@@ -20,10 +20,10 @@
#define COMMON_GDB_WAIT_H
#ifdef HAVE_SYS_WAIT_H
-#include <sys/wait.h> /* POSIX */
+#include <sys/wait.h>
#else
#ifdef HAVE_WAIT_H
-#include <wait.h> /* legacy */
+#include <wait.h>
#endif
#endif