From 6960076cf6a0f893966021a016d1b2319a5739cb Mon Sep 17 00:00:00 2001 From: kbr Date: Sun, 29 Jan 2006 21:31:43 +0000 Subject: Fixes for Linux build git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@104 03bf7f67-59de-4072-a415-9a990d468a3f --- make/joal-CustomCCode.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'make/joal-CustomCCode.c') diff --git a/make/joal-CustomCCode.c b/make/joal-CustomCCode.c index a6d0bb6..26c9b42 100755 --- a/make/joal-CustomCCode.c +++ b/make/joal-CustomCCode.c @@ -1,6 +1,10 @@ #if defined(_MSC_VER) /* Windows */ #include static HMODULE oalModule = NULL; +#else +/* Hack for Linux */ +#define __USE_GNU +#include #endif /* Java->C glue code: -- cgit v1.2.3