diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:27:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:27:01 +0000 |
commit | d39e888302ddb1783610741967b649f68db19c8b (patch) | |
tree | 44cd4104b105455dc5e19be9cc11f9a9141923a5 /src/t_units.c | |
parent | Adding debian version 3.16-1. (diff) | |
download | iperf3-d39e888302ddb1783610741967b649f68db19c8b.tar.xz iperf3-d39e888302ddb1783610741967b649f68db19c8b.zip |
Merging upstream version 3.17.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/t_units.c')
-rw-r--r-- | src/t_units.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/t_units.c b/src/t_units.c index 73f21a9..13883aa 100644 --- a/src/t_units.c +++ b/src/t_units.c @@ -25,9 +25,7 @@ * file for complete information. */ #include <assert.h> -#ifdef HAVE_STDINT_H #include <stdint.h> -#endif #include <stdio.h> #include <string.h> |