Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
louiz’
biboumi
Commits
7701c907
Commit
7701c907
authored
Jan 04, 2014
by
louiz’
Browse files
Add missing errno.h includes
parent
b5136830
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/network/poller.cpp
src/network/poller.cpp
+1
-0
src/network/socket_handler.cpp
src/network/socket_handler.cpp
+1
-0
No files found.
src/network/poller.cpp
View file @
7701c907
#include <network/poller.hpp>
#include <network/poller.hpp>
#include <assert.h>
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <stdio.h>
#include <cstring>
#include <cstring>
...
...
src/network/socket_handler.cpp
View file @
7701c907
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
#include <sys/socket.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/types.h>
#include <unistd.h>
#include <unistd.h>
#include <errno.h>
#include <cstring>
#include <cstring>
#include <netdb.h>
#include <netdb.h>
#include <stdio.h>
#include <stdio.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