This website works better with JavaScript.
Home
Help
Register
Sign In
mirrors
/
libowfat
mirror of
/home/gitosis/repositories/libowfat.git
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
add #include <string.h> for memset/strcpy
master
Felix von Leitner
4 years ago
parent
c97e2f096e
commit
59c1427d8f
3 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
socket/socket_accept4.c
+1
-0
socket/socket_accept6.c
+1
-0
socket/socket_deferaccept.c
+ 1
- 0
socket/socket_accept4.c
View File
@ -3,6 +3,7 @@
#
include
<sys/socket.h>
#
include
<netinet/in.h>
#
endif
#
include
<string.h>
#
include
"windoze.h"
#
include
"socket.h"
#
include
"havesl.h"
+ 1
- 0
socket/socket_accept6.c
View File
@ -1,5 +1,6 @@
#
include
<sys/param.h>
#
include
<sys/types.h>
#
include
<string.h>
#
ifndef __MINGW32__
#
include
<sys/socket.h>
#
include
<netinet/in.h>
+ 1
- 0
socket/socket_deferaccept.c
View File
@ -1,6 +1,7 @@
#
include
"socket.h"
#
include
<sys/types.h>
#
include
<string.h>
#
ifndef __MINGW32__
#
include
<sys/socket.h>
#
include
<netinet/in.h>
Write
Preview
Loading…
Cancel
Save