Include stdlib.h for getenv().

svn path=/trunk/; revision=35149
This commit is contained in:
Jeff Morriss 2010-12-07 20:45:22 +00:00
parent ad47f04c94
commit ab75652d59
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
#include <tchar.h>
/*#include <direct.h>*/
#include <io.h>
#include <stdlib.h>
#include "file_util.h"