glide3x, tests, tlib.c: add missing DJGPP includes for cvg, h3 and sst1

This commit is contained in:
sezero
2018-08-23 14:05:55 +03:00
parent eb40729806
commit 4a72d2061d
3 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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