eet_main.c : use correct guards

SVN revision: 61432
This commit is contained in:
Vincent Torri 2011-07-16 22:51:44 +00:00
parent 9d3be74bc3
commit 20544d65df
1 changed files with 3 additions and 2 deletions

View File

@ -5,9 +5,10 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifndef _MSC_VER
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* ifndef _MSC_VER */
#endif /* ifdef HAVE_UNISTD_H */
#ifdef HAVE_EVIL
# include <Evil.h>