glide3x, tests, tlib.c: add missing DJGPP includes for cvg, h3 and sst1
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
#endif
|
||||
|
||||
#ifdef __DJGPP__
|
||||
#include <conio.h>
|
||||
#include <pc.h>
|
||||
#include <crt0.h>
|
||||
int crt0_startup_flags = _CRT0_FLAG_NONMOVE_SBRK;
|
||||
#endif
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
#endif
|
||||
|
||||
#ifdef __DJGPP__
|
||||
#include <conio.h>
|
||||
#include <pc.h>
|
||||
#include <crt0.h>
|
||||
int crt0_startup_flags = _CRT0_FLAG_NONMOVE_SBRK;
|
||||
#endif
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
#endif
|
||||
|
||||
#ifdef __DJGPP__
|
||||
#include <conio.h>
|
||||
#include <pc.h>
|
||||
#include <crt0.h>
|
||||
int crt0_startup_flags = _CRT0_FLAG_NONMOVE_SBRK;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user