Altered to use new and smaller math.c
authorJason Filby <jason.filby@gmail.com>
Sun, 18 Jun 2000 12:25:42 +0000 (12:25 +0000)
committerJason Filby <jason.filby@gmail.com>
Sun, 18 Jun 2000 12:25:42 +0000 (12:25 +0000)
svn path=/trunk/; revision=1198

reactos/subsys/win32k/objects/path.c

index c658483..413d2ba 100644 (file)
@@ -9,6 +9,9 @@
 #include <win32k/coord.h>
 #include <win32k/line.h>
 
+#include <math.h>
+#include <float.h>
+
 // #define NDEBUG
 #include <internal/debug.h>