| 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/timer.c b/windows/timer.c index f127021..30d4677 100644 --- a/windows/timer.c +++ b/windows/timer.c
@@ -18,6 +18,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "config.h" +#include "wine/port.h" + #include <stdarg.h> #include "windef.h"