diff options
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r-- | gdb/windows-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 57a59b8..2894b20 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -67,7 +67,7 @@ #include "x86-nat.h" #include "complaints.h" #include "inf-child.h" -#include "gdb_tilde_expand.h" +#include "common/gdb_tilde_expand.h" #include "common/pathstuff.h" #define AdjustTokenPrivileges dyn_AdjustTokenPrivileges |