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/misc/port.c b/misc/port.c index d75d38b..b1bc48b 100644 --- a/misc/port.c +++ b/misc/port.c
@@ -4,7 +4,7 @@ * Copyright 1996 Alexandre Julliard */ -#include "wine/port.h" +#include "config.h" #ifdef __BEOS__ #include <be/kernel/fs_info.h> @@ -33,6 +33,8 @@ # include <pty.h> #endif +#include "wine/port.h" + /*********************************************************************** * usleep */