From 4ed68f73dae9e7621d7d7512b5feb686e9440bb2 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 6 Jan 2022 23:39:21 +0000 Subject: Tidy up stubs, make vstdlib a stub, build on Linux Important note: it doesn't WORK on Linux, and there's tons of warnings and stuff, but it's easier to work on when all the compiler output and whatnot is there. --- src/os.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/os.h') diff --git a/src/os.h b/src/os.h index 654e754..d231e67 100644 --- a/src/os.h +++ b/src/os.h @@ -25,6 +25,7 @@ * between Windows and not-Windows under the rug. */ +#include #include #ifdef _WIN32 #define NOMINMAX -- cgit v1.2.3