Includes not available for MSC.

This commit is contained in:
johns 2001-07-28 01:56:10 +00:00
parent abf3a2e648
commit 15473e32e4
3 changed files with 6 additions and 0 deletions

View file

@ -31,7 +31,9 @@
----------------------------------------------------------------------------*/
#include <stdio.h>
#ifndef _MSC_VER
#include <time.h>
#endif
#include "freecraft.h"

View file

@ -32,7 +32,9 @@
#include <stdio.h>
#include <stdlib.h>
#ifndef _MSC_VER
#include <time.h>
#endif
#include "freecraft.h"
#include "unit.h"

View file

@ -37,7 +37,9 @@
#include <stddef.h>
#include <string.h>
#ifndef _MSC_VER
#include <signal.h>
#endif
#include "freecraft.h"
#include "net_lowlevel.h"