aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch/i386.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2018-02-21 11:03:41 -0800
committerJohn Baldwin <jhb@FreeBSD.org>2018-02-21 11:03:41 -0800
commit8ec57239e91f22f427f8065eb742e6c8bfa223f1 (patch)
tree913ee4c3ed6573a7d2a91d2e81295e48023d9b79 /gdb/arch/i386.c
parent3eac2b654808f9e233885f910045eea9d2ca0aa0 (diff)
downloadgdb-8ec57239e91f22f427f8065eb742e6c8bfa223f1.zip
gdb-8ec57239e91f22f427f8065eb742e6c8bfa223f1.tar.gz
gdb-8ec57239e91f22f427f8065eb742e6c8bfa223f1.tar.bz2
Add "common-defs.h" include to files in arch/ subdir not yet including it.
This fixes a build breakage on FreeBSD hosts. gdb/ChangeLog: * arch/aarch64.c: Include "common-defs.h". * arch/amd64.c: Likewise. * arch/i386.c: Likewise.
Diffstat (limited to 'gdb/arch/i386.c')
-rw-r--r--gdb/arch/i386.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/arch/i386.c b/gdb/arch/i386.c
index d3e1eb9..82e9b11 100644
--- a/gdb/arch/i386.c
+++ b/gdb/arch/i386.c
@@ -15,6 +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 "common-defs.h"
#include "i386.h"
#include "tdesc.h"
#include "x86-xstate.h"