496e3305cb
Also added build option for Guile. gnulib now detects musl correctly, so we don't need the overrides. Co-authored-by: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
11 lines
254 B
Diff
11 lines
254 B
Diff
--- a/gdb/mips-linux-nat.c
|
|
+++ b/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 "nat/gdb_ptrace.h"
|
|
#include <asm/ptrace.h>
|
|
#include "inf-ptrace.h"
|