Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jack2
Commits
70596093
Commit
70596093
authored
Dec 15, 2009
by
unknown
Committed by
Torben Hohn
Jan 13, 2010
Browse files
socklen_t fix
parent
9070e963
Changes
2
Hide whitespace changes
Inline
Side-by-side
common/netjack.c
View file @
70596093
...
...
@@ -42,6 +42,7 @@ $Id: net_driver.c,v 1.17 2006/04/16 20:16:10 torbenh Exp $
#ifdef WIN32
#include
<winsock.h>
#include
<malloc.h>
#define socklen_t int
#else
#include
<sys/socket.h>
#include
<netinet/in.h>
...
...
common/netjack_packet.c
View file @
70596093
...
...
@@ -52,6 +52,7 @@
#include
<winsock2.h>
#define socklen_t int
#include
<malloc.h>
#define socklen_t int
#else
#include
<sys/socket.h>
#include
<netinet/in.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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