diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2013-07-24 14:20:46 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2013-07-24 14:20:46 +0200 |
commit | a0b176e3b2b50d3a30574afa927e0ee8ef65be68 (patch) | |
tree | a0eeff301a2e522ad587345052bc963a9200c169 /sysdep | |
parent | e1afee279993363ffb4a7005554d0774eb09b764 (diff) |
Fixes header file name.
Thanks to Fritz Grimpen for the patch.
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/unix/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c index 4fee10e7..fcf5dd1d 100644 --- a/sysdep/unix/io.c +++ b/sysdep/unix/io.c @@ -17,10 +17,10 @@ #include <sys/time.h> #include <sys/types.h> #include <sys/socket.h> -#include <sys/fcntl.h> #include <sys/uio.h> #include <sys/un.h> #include <unistd.h> +#include <fcntl.h> #include <errno.h> #include <netinet/in.h> #include <netinet/icmp6.h> |