X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fgdbserver%2Fwin32-i386-low.c;h=3be75d2bf2a772b6f9a5c9e8179fa4858a9f3891;hb=1a5c25988eabb35e0e40ea484b1eea029d9b7f53;hp=62221688cbdbfd825aa3a1727ae182686a88202c;hpb=de52b9607d2623f18b7a7dbee3e1123d8d63f5da;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdbserver/win32-i386-low.c b/gdb/gdbserver/win32-i386-low.c index 62221688cb..3be75d2bf2 100644 --- a/gdb/gdbserver/win32-i386-low.c +++ b/gdb/gdbserver/win32-i386-low.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2018 Free Software Foundation, Inc. +/* Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -18,7 +18,7 @@ #include "server.h" #include "win32-low.h" #include "x86-low.h" -#include "x86-xstate.h" +#include "common/x86-xstate.h" #ifdef __x86_64__ #include "arch/amd64.h" #endif