]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fixes header file name.
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 24 Jul 2013 12:20:46 +0000 (14:20 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 24 Jul 2013 12:20:46 +0000 (14:20 +0200)
Thanks to Fritz Grimpen for the patch.

sysdep/unix/io.c

index 4fee10e7a631d637d0cd90da2d219eeece878d54..fcf5dd1d9b283baa522850a8df67922ec40e8bf2 100644 (file)
 #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>