commit | 9af5e6910790d4d39c3c534dd6a464e89f4ef139 | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Sat Dec 11 23:02:15 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Dec 11 23:02:15 1999 +0000 |
tree | 5429c115bebf0aeac5d4643dded9db375ccf709b | |
parent | af1601b076035445429de9a3e799690788f5c7fa [diff] [blame] |
Fixed some issues found by winapi_check.
diff --git a/tools/bin2res.c b/tools/bin2res.c index 912ba8f..b121da0 100644 --- a/tools/bin2res.c +++ b/tools/bin2res.c
@@ -23,7 +23,9 @@ #include <fcntl.h> #include <unistd.h> -#include <sys/mman.h> +#ifdef HAVE_SYS_MMAN_H +# include <sys/mman.h> +#endif #include "winuser.h" extern char* g_lpstrFileName;