14 lines
334 B
Text
14 lines
334 B
Text
Missing include.
|
|
|
|
Index: gdb/i386-bsd-nat.h
|
|
--- gdb/i386-bsd-nat.h.orig
|
|
+++ gdb/i386-bsd-nat.h
|
|
@@ -20,6 +20,8 @@
|
|
#ifndef I386_BSD_NAT_H
|
|
#define I386_BSD_NAT_H
|
|
|
|
+#include "x86-bsd-nat.h"
|
|
+
|
|
/* Helper functions. See definitions. */
|
|
extern void i386bsd_fetch_inferior_registers (struct regcache *regcache,
|
|
int regnum);
|