Changelog: fix broken "math.h" include in dlls/d3d8/device.c License: MS EULA (j/k) Index: dlls/d3d8/device.c =================================================================== RCS file: /home/wine/wine/dlls/d3d8/device.c,v retrieving revision 1.3 diff -u -r1.3 device.c --- dlls/d3d8/device.c 11 Oct 2002 23:31:07 -0000 1.3 +++ dlls/d3d8/device.c 12 Oct 2002 03:00:34 -0000 @@ -23,7 +23,7 @@ #include "winuser.h" #include "wingdi.h" #include "wine/debug.h" -#include "math.h" +#include <math.h> #include "d3d8_private.h" -- gmt "It has been well said that really up-to-date liberals do not care what people do, as long as it is compulsory." -George F. Will