Change tui_data_item_window::content to be a unique_xmalloc_ptr
[external/binutils.git] / gdb / proc-api.c
index e68f22b..cb2eaf8 100644 (file)
@@ -35,7 +35,7 @@
 #include <sys/proc.h>  /* for struct proc */
 #include <sys/user.h>  /* for struct user */
 #include <fcntl.h>     /* for O_RDWR etc.  */
-#include "gdb_wait.h"
+#include "gdbsupport/gdb_wait.h"
 
 #include "proc-utils.h"