]> git.mxchange.org Git - simgear.git/blobdiff - XGL/xglUtils.c
FreeBSD support.
[simgear.git] / XGL / xglUtils.c
index f9fc24fc24114ad5e2842ac41f2cb35221fabd5f..bc5d7217e11f4f417c546bf4b914e04693f42cce 100644 (file)
@@ -6,7 +6,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#ifndef __CYGWIN32__
+#if !defined( __CYGWIN__ ) && !defined( __CYGWIN32__ )
 #  include <malloc.h>
 #endif
 
@@ -24,6 +24,7 @@
 #endif
 
 int   xglTraceOn = TRUE ;
+
 #ifndef WIN32
     FILE *xglTraceFd = stdout ;
 #else /* WIN32 */