Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
b7d3a127
Commit
b7d3a127
authored
Jan 06, 2020
by
Jakob Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/leres/actor-framework
into topic/fix-freebsd
parents
03dfce58
a0034ae8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
libcaf_io/src/io/network/default_multiplexer.cpp
libcaf_io/src/io/network/default_multiplexer.cpp
+1
-1
libcaf_io/src/io/network/ip_endpoint.cpp
libcaf_io/src/io/network/ip_endpoint.cpp
+1
-0
libcaf_io/src/io/network/native_socket.cpp
libcaf_io/src/io/network/native_socket.cpp
+1
-0
No files found.
libcaf_io/src/io/network/default_multiplexer.cpp
View file @
b7d3a127
...
...
@@ -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>
...
...
libcaf_io/src/io/network/ip_endpoint.cpp
View file @
b7d3a127
...
...
@@ -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>
...
...
libcaf_io/src/io/network/native_socket.cpp
View file @
b7d3a127
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment