fix vc++ compilation

SVN revision: 48064
This commit is contained in:
Vincent Torri 2010-04-17 05:35:13 +00:00
parent 65525e9412
commit 5f6f8cbc48
1 changed files with 4 additions and 1 deletions

View File

@ -8,9 +8,12 @@
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include <errno.h>
#ifndef _MSC_VER
# include <unistd.h>
#endif
#include "Ecore.h"
#include "ecore_private.h"
#include "Ecore_Input.h"