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/msdos/int33.c b/msdos/int33.c index 7a8ee43..944db4d 100644 --- a/msdos/int33.c +++ b/msdos/int33.c
@@ -3,6 +3,7 @@ */ #include <stdlib.h> +#include <string.h> #include "windef.h" #include "winbase.h"