commit | 9aab47ed2478733ec723e55e90106fc0e6c07bef | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Wed Aug 28 23:42:34 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Aug 28 23:42:34 2002 +0000 |
tree | 64487c7b88915448c3745a4f8a77f2f0813dce4f | |
parent | e765bc1a41a185b3cf3c3a49fed71e3128dc2ac7 [diff] [blame] |
MSVC compatibility fixes.
diff --git a/graphics/path.c b/graphics/path.c index 256e9e9..bbca30a 100644 --- a/graphics/path.c +++ b/graphics/path.c
@@ -20,6 +20,7 @@ */ #include "config.h" +#include "wine/port.h" #include <assert.h> #include <math.h>