From 839cf5220626799cfa6d71d6c34efe45386b7cfa Mon Sep 17 00:00:00 2001 From: Zeex Date: Sat, 2 Jul 2016 19:59:21 +0600 Subject: [PATCH] Fix missing #include on Linux --- source/compiler/sc1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/compiler/sc1.c b/source/compiler/sc1.c index 57192c4..d7f2861 100644 --- a/source/compiler/sc1.c +++ b/source/compiler/sc1.c @@ -40,7 +40,7 @@ #include /* from BinReloc, see www.autopackage.org */ #endif -#if defined __APPLE__ +#if defined LINUX || defined __APPLE__ #include #endif