This commit fixes the following ARI warning:
  gdb/nat/linux-namespaces.c:28: regression: Do not include
  wait.h or sys/wait.h, instead include gdb_wait.h
gdb/ChangeLog:
	* nat/linux-namespaces.c (gdb_wait.h): New include.
	(sys/wait.h): Do not include.
+2015-06-11  Gary Benson <gbenson@redhat.com>
+
+       * nat/linux-namespaces.c (gdb_wait.h): New include.
+       (sys/wait.h): Do not include.
+
 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
 
        * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
 
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/socket.h>
-#include <sys/wait.h>
+#include "gdb_wait.h"
 #include <signal.h>
 #include <sched.h>