Fixed warnings.

This commit is contained in:
n-a-c-h
2005-07-06 23:13:09 +00:00
parent 4de178bbd2
commit 80b7020b35

View File

@@ -25,11 +25,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#ifdef __LINUX__
#include "gblhdr.h"
#else
#include <math.h>
#include <math.h> //sqrt()
#include <stdlib.h> //abs()
#endif
#define ABS(x) ((x)<0?-(x):(x))
#define SRAM setaramdata
extern unsigned char *setaramdata;