diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2011-03-23 17:15:11 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2011-03-23 17:15:11 +0100 |
commit | d0e9b36d30176a9e18cad6151b20746e1588cdc8 (patch) | |
tree | 9f7c62eb1ba51f4941a6b3b7283d6176dc863e72 | |
parent | 0aa88530ad3c58a6bdab886cabd9b2a4278486e8 (diff) | |
download | bird-d0e9b36d30176a9e18cad6151b20746e1588cdc8.tar bird-d0e9b36d30176a9e18cad6151b20746e1588cdc8.zip |
Added header file.
-rw-r--r-- | sysdep/unix/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c index 29be9a8..b6c1b86 100644 --- a/sysdep/unix/io.c +++ b/sysdep/unix/io.c @@ -22,6 +22,7 @@ #include <sys/un.h> #include <unistd.h> #include <errno.h> +#include <netinet/in.h> #include <netinet/icmp6.h> #include "nest/bird.h" |