commit | c3e1f72bac09b50cd4a0cbb421503617b6f677a3 | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jgarzik@pobox.com> | Fri Feb 19 15:42:11 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Feb 19 15:42:11 1999 +0000 |
tree | 38787d075bc3b8397f3f78aca643e646be8c92ef | |
parent | 688221460b6a3ce10694d108f4dc75a8ce3e22e5 [diff] [blame] |
Added missing string.h include.
diff --git a/graphics/path.c b/graphics/path.c index bf6e8df..290ddcd 100644 --- a/graphics/path.c +++ b/graphics/path.c
@@ -7,6 +7,7 @@ #include <assert.h> #include <malloc.h> #include <math.h> +#include <string.h> #include "winbase.h" #include "wingdi.h"