summaryrefslogtreecommitdiff
path: root/sysdep/unix/io.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2013-07-24 14:20:46 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2013-07-24 14:20:46 +0200
commita0b176e3b2b50d3a30574afa927e0ee8ef65be68 (patch)
treea0eeff301a2e522ad587345052bc963a9200c169 /sysdep/unix/io.c
parente1afee279993363ffb4a7005554d0774eb09b764 (diff)
Fixes header file name.
Thanks to Fritz Grimpen for the patch.
Diffstat (limited to 'sysdep/unix/io.c')
-rw-r--r--sysdep/unix/io.c2
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>