Math.c wasn't using the pch header, thanks for the catch, Steven
Modified: trunk/reactos/subsys/win32k/misc/math.c

Modified: trunk/reactos/subsys/win32k/misc/math.c
--- trunk/reactos/subsys/win32k/misc/math.c	2005-06-30 16:20:40 UTC (rev 16349)
+++ trunk/reactos/subsys/win32k/misc/math.c	2005-06-30 16:31:15 UTC (rev 16350)
@@ -18,8 +18,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include <windows.h>
-#include <stdlib.h>
+#include <w32k.h>
 
 double atan (double __x);
 double atan2 (double __y, double __x);