add #include <string.h> for memset/strcpy

master
leitner 8 years ago
parent 6cd198cb98
commit a7f74699da

@ -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,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,6 +1,7 @@
#include "socket.h"
#include <sys/types.h>
#include <string.h>
#ifndef __MINGW32__
#include <sys/socket.h>
#include <netinet/in.h>

Loading…
Cancel
Save