This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Include linux-nat.h in i386-linux-nat.c


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8d683210f1932f6ac6d2cd8ae8186cdad80f5a23

commit 8d683210f1932f6ac6d2cd8ae8186cdad80f5a23
Author: Yao Qi <yao.qi@linaro.org>
Date:   Tue Jun 2 10:28:03 2015 +0100

    Include linux-nat.h in i386-linux-nat.c
    
    This commit fixes a build failure on i386-linux.
    
    gdb:
    
    2015-06-02  Yao Qi  <yao.qi@linaro.org>
    
    	* i386-linux-nat.c: Include linux-nat.h.

Diff:
---
 gdb/ChangeLog        | 4 ++++
 gdb/i386-linux-nat.c | 1 +
 2 files changed, 5 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5867465..eca000f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-02  Yao Qi  <yao.qi@linaro.org>
+
+	* i386-linux-nat.c: Include linux-nat.h.
+
 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
 	    Jan Kratochvil  <jan.kratochvil@redhat.com>
 
diff --git a/gdb/i386-linux-nat.c b/gdb/i386-linux-nat.c
index 5666361..4401a2f 100644
--- a/gdb/i386-linux-nat.c
+++ b/gdb/i386-linux-nat.c
@@ -33,6 +33,7 @@
 #include "i386-linux-tdep.h"
 #include "x86-xstate.h"
 
+#include "linux-nat.h"
 #include "x86-linux-nat.h"
 #include "nat/linux-ptrace.h"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]