Fix missing include <string.h>.
This commit is contained in:
parent
d0feb8570a
commit
2910da23ea
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
||||||
#endif
|
#endif
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#include <winsock.h>
|
#include <winsock.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue