+2006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * gdb/gdbserver/linux-arm-low.c: Move #include below ELF_GREGSET_T
+ definition.
+
2005-10-20 Julian Brown <julian@codesourcery.com>
* gdb/arm-tdep.c (thumb2_modify_constant): Silence compiler warning.
#include "server.h"
#include "linux-low.h"
-#include "../gdb_proc_service.h"
-
-#ifndef PTRACE_GET_THREAD_AREA
-#define PTRACE_GET_THREAD_AREA 22
-#endif
-
#include <sys/ptrace.h>
/* Correct for all GNU/Linux targets (for quite some time). */
#endif
#endif
+#include "../gdb_proc_service.h"
+
+#ifndef PTRACE_GET_THREAD_AREA
+#define PTRACE_GET_THREAD_AREA 22
+#endif
+
#define PTRACE_GETWMMXREGS 18
#define PTRACE_SETWMMXREGS 19