From ace2749010f7dfac53cc4f33fa9562e3fa3766d8 Mon Sep 17 00:00:00 2001 From: Bernd Buschinski Date: Tue, 10 Jul 2007 15:27:20 +0200 Subject: [PATCH] gdiplus: Fix test typo/compile error. --- dlls/gdiplus/tests/graphicspath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gdiplus/tests/graphicspath.c b/dlls/gdiplus/tests/graphicspath.c index f7cfedbde86..e5fe5927d98 100644 --- a/dlls/gdiplus/tests/graphicspath.c +++ b/dlls/gdiplus/tests/graphicspath.c @@ -21,7 +21,7 @@ #include "windows.h" #include "gdiplus.h" #include "wine/test.h" -#include "math.h" +#include #define expect(expected, got) ok(got == expected, "Expected %.8x, got %.8x\n", expected, got) #define POINT_TYPE_MAX_LEN (75)