aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/iperf3/iperf3/0001-include-stdint.h-for-various-std-c99-int-types.patch
blob: 599ee1dfb76d1c1c36c73d31a16775932e627e68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From be653711fb92d2430b3ecc546b4e3ad927d19ec5 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Fri, 14 Jul 2017 12:59:42 -0700
Subject: [PATCH 1/2] include stdint.h for various std c99 int types

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 src/timer.h | 1 +
 1 file changed, 1 insertions(+)

diff --git a/src/timer.h b/src/timer.h
index 0f9c5eb..0b195be 100644
--- a/src/timer.h
+++ b/src/timer.h
@@ -31,6 +31,7 @@
 #define __TIMER_H
 
 #include <sys/time.h>
+#include <stdint.h>
 
 /* TimerClientData is an opaque value that tags along with a timer.  The
 ** client can use it for whatever, and it gets passed to the callback when
-- 
2.13.3