Make sure winsock.h gets included before stdlib.h.
This commit is contained in:
parent
34766a1928
commit
4ca5685c9c
|
@ -18,6 +18,8 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include <winsock.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
|
Loading…
Reference in New Issue