include process.h for vc++

SVN revision: 47760
This commit is contained in:
Vincent Torri 2010-04-05 08:38:11 +00:00
parent 898768c963
commit 5751012d30
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
#ifndef _MSC_VER
# include <unistd.h>
#else
# include <process.h>
#endif
#ifdef HAVE_EVIL