Includes fix [Maxim]
This commit is contained in:
@@ -16,9 +16,11 @@
|
|||||||
//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#include <memory.h>
|
||||||
|
|
||||||
#include "fixsin.h"
|
#include "fixsin.h"
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,8 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
|
#include <direct.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#define DWORD unsigned int
|
#define DWORD unsigned int
|
||||||
#define BYTE unsigned char
|
#define BYTE unsigned char
|
||||||
@@ -286,4 +288,4 @@ DWORD GetDate()
|
|||||||
+((newtime->tm_wday) << 28);
|
+((newtime->tm_wday) << 28);
|
||||||
|
|
||||||
return(value);
|
return(value);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#include <direct.h>
|
||||||
|
|
||||||
extern void zstart(void);
|
extern void zstart(void);
|
||||||
extern void DosExit(void);
|
extern void DosExit(void);
|
||||||
|
|||||||
Reference in New Issue
Block a user