commit | 34acebc14b23cba0b3cb900c7a7bdbca7b700232 | [log] [tgz] |
---|---|---|
author | Huw D M Davies <daviesh@abacus.physics.ox.ac.uk> | Fri Feb 19 16:03:19 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Feb 19 16:03:19 1999 +0000 |
tree | ed1cbb01a29d9d4805168bf360da1f9e0a88db9c | |
parent | f0a0e126f340aa99440f8659e0e1464d520e672d [diff] [blame] |
Fixed a few broken includes.
diff --git a/win32/kernel32.c b/win32/kernel32.c index 7f4b59a..3c44f39 100644 --- a/win32/kernel32.c +++ b/win32/kernel32.c
@@ -8,6 +8,8 @@ * the function documentation for more details. */ +#include <string.h> + #include "windef.h" #include "winbase.h" #include "wine/winbase16.h"