Add missing header.

svn path=/trunk/; revision=7849
This commit is contained in:
Eric Kohl 2004-01-23 20:11:24 +00:00
parent 7f921b5820
commit ceb721e557
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,5 @@
/* $Id: process.c,v 1.8 2003/08/07 09:14:14 hbirr Exp $ */
/* $Id: process.c,v 1.9 2004/01/23 20:11:03 ekohl Exp $ */
#include <windows.h>
#include <msvcrt/process.h>
#include <msvcrt/stdlib.h>
#include <msvcrt/string.h>

View file

@ -17,6 +17,8 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <windows.h>
#include "msvcrt.h"
#include "msvcrt/malloc.h"