Linux fix

This commit is contained in:
pagefault
2001-09-06 14:48:25 +00:00
parent 5ee45932e0
commit 49af9ba4ca

View File

@@ -9,8 +9,12 @@
* *
*/ */
#ifdef __LINUX__
#include "../gblhdr.h"
#else
#include <math.h> #include <math.h>
#include <stdio.h> #include <stdio.h>
#endif
#ifndef log2 #ifndef log2
inline float log2(float f) { inline float log2(float f) {