From 40050b7beed952be8f1f71e0e2610946b6f09d54 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Mon, 14 Apr 2014 13:33:33 -0700 Subject: Fix breakage due to iperf.h depending on the autoconf config.h file but not including it. To fix this required us to change config.h to iperf_config.h (to avoid potential filename collisions with this generic name). Then iperf.h could include this. Adjust the existing header file inclusions to track this, and also canonicalize their inclusion to be at the top of *.c files. --- src/iperf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/iperf.h') diff --git a/src/iperf.h b/src/iperf.h index 74ff86d..0b4bb4d 100644 --- a/src/iperf.h +++ b/src/iperf.h @@ -10,6 +10,8 @@ #ifndef __IPERF_H #define __IPERF_H +#include "iperf_config.h" + #include #include #include -- cgit v1.2.3