aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2014-09-15 10:42:36 -0700
committerBruce A. Mah <bmah@es.net>2014-09-15 10:42:36 -0700
commita1861d5f87476213d80228a2277941baea8e1156 (patch)
tree83bacf7004648602db162290536ba5350fd16b2b /src/main.c
parentbd9e3ae5bfe9594da8f0b7b76b4c73f6cb8d2381 (diff)
downloadiperf3-a1861d5f87476213d80228a2277941baea8e1156.tar.gz
Rename locale.{c,h} to iperf_locale.{c,h} to avoid filename collision
with system header <locale.h>. This apparently fixes problems on an ARM build, but this was generally broken anyway. It's slightly amazing this didn't cause problems before; perhaps we never used <locale.h> before? Addresses #203.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index d4ebf2c..7205cc1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -31,7 +31,7 @@
#include "iperf.h"
#include "iperf_api.h"
#include "units.h"
-#include "locale.h"
+#include "iperf_locale.h"
#include "net.h"