From 4a72d2061dd6f05cf34dfb39bedb153a96d253ee Mon Sep 17 00:00:00 2001 From: sezero Date: Thu, 23 Aug 2018 14:05:55 +0300 Subject: [PATCH] glide3x, tests, tlib.c: add missing DJGPP includes for cvg, h3 and sst1 --- glide3x/cvg/glide3/tests/tlib.c | 2 ++ glide3x/h3/glide3/tests/tlib.c | 2 ++ glide3x/sst1/glide3/tests/tlib.c | 2 ++ 3 files changed, 6 insertions(+) diff --git a/glide3x/cvg/glide3/tests/tlib.c b/glide3x/cvg/glide3/tests/tlib.c index 4ffe186..6bfabed 100644 --- a/glide3x/cvg/glide3/tests/tlib.c +++ b/glide3x/cvg/glide3/tests/tlib.c @@ -18,6 +18,8 @@ #endif #ifdef __DJGPP__ +#include +#include #include int crt0_startup_flags = _CRT0_FLAG_NONMOVE_SBRK; #endif diff --git a/glide3x/h3/glide3/tests/tlib.c b/glide3x/h3/glide3/tests/tlib.c index c773357..3602400 100644 --- a/glide3x/h3/glide3/tests/tlib.c +++ b/glide3x/h3/glide3/tests/tlib.c @@ -18,6 +18,8 @@ #endif #ifdef __DJGPP__ +#include +#include #include int crt0_startup_flags = _CRT0_FLAG_NONMOVE_SBRK; #endif diff --git a/glide3x/sst1/glide3/tests/tlib.c b/glide3x/sst1/glide3/tests/tlib.c index 493c492..d9a66f9 100644 --- a/glide3x/sst1/glide3/tests/tlib.c +++ b/glide3x/sst1/glide3/tests/tlib.c @@ -18,6 +18,8 @@ #endif #ifdef __DJGPP__ +#include +#include #include int crt0_startup_flags = _CRT0_FLAG_NONMOVE_SBRK; #endif