diff options
Diffstat (limited to 'gdb/proc-api.c')
-rw-r--r-- | gdb/proc-api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/proc-api.c b/gdb/proc-api.c index e68f22bdef5..c7ce82d23af 100644 --- a/gdb/proc-api.c +++ b/gdb/proc-api.c @@ -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 "common/gdb_wait.h" #include "proc-utils.h" |