commit | f4d5fefb0a8bdb449de7ba6c06a2d85552337d10 | [log] [tgz] |
---|---|---|
author | James Juran <jamesjuran@alumni.psu.edu> | Fri Jan 26 20:43:40 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Jan 26 20:43:40 2001 +0000 |
tree | 0d5990f36ba88b6a92bceae11932dea98d979209 | |
parent | c9cf70d4484a3cf339d86a0b46734d60178a13ae [diff] [blame] |
Add <string.h> to files that needed it.
diff --git a/objects/dib.c b/objects/dib.c index 5c4e8a3..29f8090 100644 --- a/objects/dib.c +++ b/objects/dib.c
@@ -6,6 +6,7 @@ */ #include <stdlib.h> +#include <string.h> #include "winbase.h" #include "bitmap.h"