Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
actor-incubator
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
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-incubator
Commits
b4762a4b
Commit
b4762a4b
authored
Aug 07, 2019
by
Joseph Noir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add include missing on FreeBSD
parent
da87eada
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
libcaf_net/caf/detail/socket_sys_includes.hpp
libcaf_net/caf/detail/socket_sys_includes.hpp
+3
-0
No files found.
libcaf_net/caf/detail/socket_sys_includes.hpp
View file @
b4762a4b
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
#include "caf/config.hpp"
#include "caf/config.hpp"
// clang-format off
#ifdef CAF_WINDOWS
#ifdef CAF_WINDOWS
# ifndef WIN32_LEAN_AND_MEAN
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
...
@@ -42,6 +43,7 @@
...
@@ -42,6 +43,7 @@
# include <ws2ipdef.h>
# include <ws2ipdef.h>
# include <ws2tcpip.h>
# include <ws2tcpip.h>
#else // CAF_WINDOWS
#else // CAF_WINDOWS
# include <sys/types.h>
# include <arpa/inet.h>
# include <arpa/inet.h>
# include <cerrno>
# include <cerrno>
# include <fcntl.h>
# include <fcntl.h>
...
@@ -51,3 +53,4 @@
...
@@ -51,3 +53,4 @@
# include <sys/socket.h>
# include <sys/socket.h>
# include <unistd.h>
# include <unistd.h>
#endif
#endif
// clang-format on
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