diff options
author | Steven Barth <steven@midlink.org> | 2009-03-12 14:53:52 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-03-12 14:53:52 +0000 |
commit | 04eb9de74e06b8532fcb54986442ef8a5497c0ec (patch) | |
tree | 99f1eab559ef5016f8a271f20afa854d3c1f2424 /libs/nixio/src/io.c | |
parent | 35f40376c36805c4a023015d4cf95f1fa8adcb04 (diff) |
nixio: FreeBSD compatibility #2
Diffstat (limited to 'libs/nixio/src/io.c')
-rw-r--r-- | libs/nixio/src/io.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/nixio/src/io.c b/libs/nixio/src/io.c index 3727f8c025..0ce4fcc3a8 100644 --- a/libs/nixio/src/io.c +++ b/libs/nixio/src/io.c @@ -23,8 +23,7 @@ #include <sys/types.h> #include <sys/socket.h> #include <arpa/inet.h> -#include "nixio.h" - +#include <netinet/in.h> /** |