Added support for linux autoconf

This commit is contained in:
pagefault
2001-09-03 23:19:57 +00:00
parent 05bae6c7ca
commit 43601ddfbf

View File

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