aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-01-13 02:15:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-01-13 02:15:43 +0000
commitb8aa79853d94080142d1b155b0d0b06f74a36179 (patch)
treeb52d168197f8cc12c5e19b69d4ae09aecf4028e3 /toolchain/gdb/patches
parentff55a797174df57a6e806a64b291b40212465abc (diff)
downloadupstream-b8aa79853d94080142d1b155b0d0b06f74a36179.tar.gz
upstream-b8aa79853d94080142d1b155b0d0b06f74a36179.tar.bz2
upstream-b8aa79853d94080142d1b155b0d0b06f74a36179.zip
fix gdb compile
SVN-Revision: 14015
Diffstat (limited to 'toolchain/gdb/patches')
-rw-r--r--toolchain/gdb/patches/910-missing_header.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/toolchain/gdb/patches/910-missing_header.patch b/toolchain/gdb/patches/910-missing_header.patch
new file mode 100644
index 0000000000..e3a5cc70bd
--- /dev/null
+++ b/toolchain/gdb/patches/910-missing_header.patch
@@ -0,0 +1,11 @@
+--- a/gdb/inferior.h
++++ b/gdb/inferior.h
+@@ -21,6 +21,8 @@
+ Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA. */
+
++#include <sys/types.h>
++
+ #if !defined (INFERIOR_H)
+ #define INFERIOR_H 1
+