summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-benchmark/iperf3/iperf3/0001-include-stdint.h-for-various-std-c99-int-types.patch16
1 files changed, 1 insertions, 15 deletions
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3/0001-include-stdint.h-for-various-std-c99-int-types.patch b/meta-oe/recipes-benchmark/iperf3/iperf3/0001-include-stdint.h-for-various-std-c99-int-types.patch
index ae36208000..599ee1dfb7 100644
--- a/meta-oe/recipes-benchmark/iperf3/iperf3/0001-include-stdint.h-for-various-std-c99-int-types.patch
+++ b/meta-oe/recipes-benchmark/iperf3/iperf3/0001-include-stdint.h-for-various-std-c99-int-types.patch
@@ -5,23 +5,9 @@ Subject: [PATCH 1/2] include stdint.h for various std c99 int types
5 5
6Signed-off-by: Khem Raj <raj.khem@gmail.com> 6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7--- 7---
8 src/cjson.h | 2 ++
9 src/timer.h | 1 + 8 src/timer.h | 1 +
10 2 files changed, 3 insertions(+) 9 1 file changed, 1 insertions(+)
11 10
12diff --git a/src/cjson.h b/src/cjson.h
13index fb8cd3b..69cd272 100644
14--- a/src/cjson.h
15+++ b/src/cjson.h
16@@ -23,6 +23,8 @@
17 #ifndef cJSON__h
18 #define cJSON__h
19
20+#include <stdint.h>
21+
22 #ifdef __cplusplus
23 extern "C"
24 {
25diff --git a/src/timer.h b/src/timer.h 11diff --git a/src/timer.h b/src/timer.h
26index 0f9c5eb..0b195be 100644 12index 0f9c5eb..0b195be 100644
27--- a/src/timer.h 13--- a/src/timer.h