commit | 140eb97eef237a562dfad07c80a5e098255d5345 | [log] [tgz] |
---|---|---|
author | Jon Griffiths <jon_p_griffiths@yahoo.com> | Mon Aug 18 20:00:44 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Aug 18 20:00:44 2003 +0000 |
tree | 46568884eac84baf505403732c51e617f6acfd2f | |
parent | 81d19be889299187c22962c8f5928141140587e1 [diff] [blame] |
Portability fixes.
diff --git a/tools/widl/utils.c b/tools/widl/utils.c index 379a36d..ff2fba9 100644 --- a/tools/widl/utils.c +++ b/tools/widl/utils.c
@@ -20,6 +20,7 @@ */ #include "config.h" +#include "wine/port.h" #include <assert.h> #include <stdio.h>