diff options
author | Nickolaus Gruendler <ngruend@us.ibm.com> | 2017-10-30 15:30:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-30 15:30:45 -0500 |
commit | 28bb3ebd3052102c4a46a32a8ef807c4500a3697 (patch) | |
tree | 3594254fb10778a5c3beb2eb6e746231a845827a | |
parent | 0cc1997cae21968484b771f025f1446d405c1daa (diff) | |
download | bandwidth-benchmark-28bb3ebd3052102c4a46a32a8ef807c4500a3697.zip bandwidth-benchmark-28bb3ebd3052102c4a46a32a8ef807c4500a3697.tar.gz |
Update main.c
Add #include <sys/ioctl.h>
-rwxr-xr-x | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |