Includes not available for MSC.
This commit is contained in:
parent
abf3a2e648
commit
15473e32e4
3 changed files with 6 additions and 0 deletions
src
|
@ -31,7 +31,9 @@
|
|||
----------------------------------------------------------------------------*/
|
||||
|
||||
#include <stdio.h>
|
||||
#ifndef _MSC_VER
|
||||
#include <time.h>
|
||||
#endif
|
||||
|
||||
#include "freecraft.h"
|
||||
|
||||
|
|
|
@ -32,7 +32,9 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#ifndef _MSC_VER
|
||||
#include <time.h>
|
||||
#endif
|
||||
|
||||
#include "freecraft.h"
|
||||
#include "unit.h"
|
||||
|
|
|
@ -37,7 +37,9 @@
|
|||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
#include "freecraft.h"
|
||||
#include "net_lowlevel.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue