commit | 3b092846c43f5ba69572a7dddde824b8c15fde53 | [log] [tgz] |
---|---|---|
author | Marcus Meissner <marcus@jet.franken.de> | Sat Feb 20 16:46:39 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Feb 20 16:46:39 1999 +0000 |
tree | b6bf396de32a6e56f4bc7029ef75cc652830ee46 | |
parent | f0e0df3f7aaa8489e7a3244904fc724a4e7ce16a [diff] [blame] |
Problems reported by Donald Page, PR 105-107.
diff --git a/misc/port.c b/misc/port.c index 5e03c6e..07d2650 100644 --- a/misc/port.c +++ b/misc/port.c
@@ -5,6 +5,7 @@ */ #include "config.h" +#include <stdio.h> #include <sys/types.h> #include <sys/time.h> #include <sys/stat.h>