gdb: use asm/sgidefs.h on mips.

This commit is contained in:
Christian Neukirchen 2015-11-24 14:52:04 +01:00
parent 3947f2a2b1
commit c608b0c542

View file

@ -0,0 +1,11 @@
--- gdb/mips-linux-nat.c.orig
+++ gdb/mips-linux-nat.c
@@ -31,7 +31,7 @@
#include "gdb_proc_service.h"
#include "gregset.h"
-#include <sgidefs.h>
+#include <asm/sgidefs.h>
#include <sys/ptrace.h>
#include <asm/ptrace.h>