Index: kjs/operations.h
===================================================================
--- kjs/operations.h	(revision 522194)
+++ kjs/operations.h	(working copy)
@@ -23,6 +23,10 @@
 #ifndef _KJS_OPERATIONS_H_
 #define _KJS_OPERATIONS_H_
 
+#ifdef __APPLE__
+#include <math.h>
+#endif
+
 namespace KJS {
 
   class ExecState;










