aboutsummaryrefslogtreecommitdiff
path: root/include/elf/i386.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-12-09 18:23:45 +0000
committerNick Clifton <nickc@redhat.com>1999-12-09 18:23:45 +0000
commitc7d85a8d921dafd1c9eb0f132977427d3d107226 (patch)
treec8ef3c76f6d5ab87bed4039afa1a0eb5174155e1 /include/elf/i386.h
parenta2186dfed798530d10d84c543fb345ef065c0823 (diff)
downloadgdb-c7d85a8d921dafd1c9eb0f132977427d3d107226.zip
gdb-c7d85a8d921dafd1c9eb0f132977427d3d107226.tar.gz
gdb-c7d85a8d921dafd1c9eb0f132977427d3d107226.tar.bz2
Fix include paths
Diffstat (limited to 'include/elf/i386.h')
-rw-r--r--include/elf/i386.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/i386.h b/include/elf/i386.h
index 219f105..0586661 100644
--- a/include/elf/i386.h
+++ b/include/elf/i386.h
@@ -20,7 +20,7 @@
#ifndef _ELF_I386_H
#define _ELF_I386_H
-#include "reloc-macros.h"
+#include "elf/reloc-macros.h"
START_RELOC_NUMBERS (elf_i386_reloc_type)
RELOC_NUMBER (R_386_NONE, 0) /* No reloc */