Repository: qpid-proton Updated Branches: refs/heads/master 4234d3df1 -> 83bab4a08
NO-JIRA: Fix to allow compiles on FreeBSD Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/83bab4a0 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/83bab4a0 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/83bab4a0 Branch: refs/heads/master Commit: 83bab4a08c1b8018a343bce66955e7a5c8e41811 Parents: 4234d3d Author: Andrew Stitcher <[email protected]> Authored: Fri May 6 18:40:26 2016 -0400 Committer: Andrew Stitcher <[email protected]> Committed: Fri May 6 18:47:57 2016 -0400 ---------------------------------------------------------------------- proton-c/src/posix/io.c | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/83bab4a0/proton-c/src/posix/io.c ---------------------------------------------------------------------- diff --git a/proton-c/src/posix/io.c b/proton-c/src/posix/io.c index 510cdf6..8b89316 100644 --- a/proton-c/src/posix/io.c +++ b/proton-c/src/posix/io.c @@ -28,6 +28,7 @@ #include <stdio.h> #include <sys/types.h> #include <sys/socket.h> +#include <netinet/in.h> #include <netinet/tcp.h> #include <netdb.h> #include <unistd.h> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
