Portability fix.

This commit is contained in:
Steven Edwards 2002-07-29 23:28:29 +00:00 committed by Alexandre Julliard
parent 9138fbb6ad
commit 9f573fa9a6
1 changed files with 3 additions and 0 deletions

View File

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