summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNickolaus Gruendler <ngruend@us.ibm.com>2017-10-30 15:30:45 -0500
committerGitHub <noreply@github.com>2017-10-30 15:30:45 -0500
commit28bb3ebd3052102c4a46a32a8ef807c4500a3697 (patch)
tree3594254fb10778a5c3beb2eb6e746231a845827a
parent0cc1997cae21968484b771f025f1446d405c1daa (diff)
downloadbandwidth-benchmark-28bb3ebd3052102c4a46a32a8ef807c4500a3697.zip
bandwidth-benchmark-28bb3ebd3052102c4a46a32a8ef807c4500a3697.tar.gz
Update main.c
Add #include <sys/ioctl.h>
-rwxr-xr-xmain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index ebcbbd0..f99281c 100755
--- a/main.c
+++ b/main.c
@@ -32,6 +32,7 @@
#include <unistd.h>
#include <wchar.h>
#include <math.h>
+#include <sys/ioctl.h>
#include <netdb.h> // gethostbyname
#include <sys/socket.h>
OpenPOWER on IntegriCloud