Commit b7d3a127 authored by Jakob Otto's avatar Jakob Otto

Merge branch 'master' of https://github.com/leres/actor-framework into topic/fix-freebsd

parents 03dfce58 a0034ae8
......@@ -63,11 +63,11 @@
# include <cerrno>
# include <fcntl.h>
# include <netdb.h>
# include <sys/types.h>
# include <netinet/in.h>
# include <netinet/ip.h>
# include <netinet/tcp.h>
# include <sys/socket.h>
# include <sys/types.h>
# include <unistd.h>
# ifdef CAF_POLL_MULTIPLEXER
# include <poll.h>
......
......@@ -30,6 +30,7 @@
# include <ws2tcpip.h>
# include <ws2ipdef.h>
#else
# include <sys/types.h>
# include <arpa/inet.h>
# include <cerrno>
# include <netinet/in.h>
......
......@@ -47,6 +47,7 @@
# include <arpa/inet.h>
# include <cerrno>
# include <fcntl.h>
# include <sys/types.h>
# include <netinet/in.h>
# include <netinet/ip.h>
# include <netinet/tcp.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment