| commit | 51e6c0ccb129a9baac001c5fd95dded62518e75b | [log] [tgz] |
|---|---|---|
| author | Patrik Stridvall <ps@leissner.se> | Sat Aug 31 19:04:14 2002 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sat Aug 31 19:04:14 2002 +0000 |
| tree | 0d2dc8a6b6b6ec1d42895adda62182f23f623141 | |
| parent | 9aa27b1dc1d1408f9f8fa37470d46425efe8330c [diff] [blame] |
MSVC compatibility fixes.
diff --git a/files/profile.c b/files/profile.c index 883d5ff..58ffa7e 100644 --- a/files/profile.c +++ b/files/profile.c
@@ -20,6 +20,7 @@ */ #include "config.h" +#include "wine/port.h" #include <ctype.h> #include <errno.h>