diff options
Diffstat (limited to 'gdb/arch/amd64.h')
-rw-r--r-- | gdb/arch/amd64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arch/amd64.h b/gdb/arch/amd64.h index b50051f..c0c4dc2 100644 --- a/gdb/arch/amd64.h +++ b/gdb/arch/amd64.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "tdesc.h" +#include "common/tdesc.h" #include <stdint.h> target_desc *amd64_create_target_description (uint64_t xcr0, bool is_x32, |