commit | 4ab1558d8abb21656fb069ee866db72147afdf91 | [log] [tgz] |
---|---|---|
author | Jon Griffiths <jon_p_griffiths@yahoo.com> | Mon Jan 22 02:17:29 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 22 02:17:29 2001 +0000 |
tree | 2b065ad9bc7d5ceef22c96ea3cf1777e5b526123 | |
parent | 7a6bad8f10adef73cdc8c3bb657d064f4340bb40 [diff] [blame] |
- Remove <string.h> from winnt.h. - ntdll: complete crt functions, prevent libc imports, fix sscanf.
diff --git a/loader/pe_image.c b/loader/pe_image.c index c511e97..28d0466 100644 --- a/loader/pe_image.c +++ b/loader/pe_image.c
@@ -29,6 +29,7 @@ #ifdef HAVE_SYS_MMAN_H #include <sys/mman.h> #endif +#include <string.h> #include "wine/winbase16.h" #include "winerror.h" #include "snoop.h"