eina: add <errno.h> for build on Win32.

This commit is contained in:
Cedric Bail 2013-03-30 18:20:19 +09:00
parent fe003af31a
commit 5da94cfc89
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#endif
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#ifdef HAVE_EVIL
# include <Evil.h>