python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / gdb / 7.10.1 / 0005-target.h-include-sys-types.h.patch
blobba5419d244726767fcd7810f8b0cbe4f77d6d946
1 From cd68d0ebe7748a5448c86eb021b717df6fe83f35 Mon Sep 17 00:00:00 2001
2 From: Doug Evans <xdje42@gmail.com>
3 Date: Sun, 22 Nov 2015 17:24:03 -0800
4 Subject: [PATCH] target.h: #include <sys/types.h>.
6 For musl.
8 [Romain:
9 rebase on gdb 7.10.1 from upstream (7.11)
10 remove ChangeLog entry]
11 Signed-off-by: Romain Naour <romain.naour@gmail.com>
12 ---
13 gdb/gdbserver/target.h | 1 +
14 1 file changed, 1 insertion(+)
16 diff --git a/gdb/gdbserver/target.h b/gdb/gdbserver/target.h
17 index 9a40867..6af043c 100644
18 --- a/gdb/gdbserver/target.h
19 +++ b/gdb/gdbserver/target.h
20 @@ -21,6 +21,7 @@
21 #ifndef TARGET_H
22 #define TARGET_H
24 +#include <sys/types.h> /* for mode_t */
25 #include "target/target.h"
26 #include "target/resume.h"
27 #include "target/wait.h"
28 --
29 2.5.5