commit | cfcc44932429bb7d38aafaad3db373438b5af7fc | [log] [tgz] |
---|---|---|
author | Steven Edwards <steven_ed4153@yahoo.com> | Wed Nov 26 22:29:30 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Nov 26 22:29:30 2003 +0000 |
tree | 95ca2f5a47c7706fa098b8d85b5787444a29c2b1 | |
parent | 811c4119b9454ba3ca43209d735f1cc1cc171c1b [diff] [blame] |
Porting fixes.
diff --git a/windows/winpos.c b/windows/winpos.c index 60c3a36..e0fce4a 100644 --- a/windows/winpos.c +++ b/windows/winpos.c
@@ -19,6 +19,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "config.h" +#include "wine/port.h" + #include <stdarg.h> #include <string.h> #include "winerror.h"