summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/lynx-ppc-low.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/lynx-ppc-low.c')
-rw-r--r--gdb/gdbserver/lynx-ppc-low.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/gdbserver/lynx-ppc-low.c b/gdb/gdbserver/lynx-ppc-low.c
index 8615e66aa1d..96296887f3a 100644
--- a/gdb/gdbserver/lynx-ppc-low.c
+++ b/gdb/gdbserver/lynx-ppc-low.c
@@ -16,10 +16,14 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "server.h"
-#include "lynx-low.h"
+
+/* Standard C includes. */
#include <limits.h>
#include <sys/ptrace.h>
+/* Local non-gdb includes. */
+#include "lynx-low.h"
+
/* The following two typedefs are defined in a .h file which is not
in the standard include path (/sys/include/family/ppc/ucontext.h),
so we just duplicate them here. */