Porting fixes.

This commit is contained in:
Steven Edwards 2002-06-04 00:50:11 +00:00 committed by Alexandre Julliard
parent 376e65092a
commit fb24f71e5b
2 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,7 @@
*/
#include "config.h"
#include "wine/port.h"
#include <stdlib.h>
#include <string.h>

View File

@ -20,6 +20,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
#include "wine/port.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>