linux has a case sensitive fs

SVN revision: 34074
This commit is contained in:
doursse 2008-03-22 00:25:07 +00:00 committed by doursse
parent 53c0a2d01d
commit 45e9085e13
2 changed files with 3 additions and 3 deletions

View File

@ -19,12 +19,12 @@
#include <dirent.h>
#include <dlfcn.h> /* dlopen,dlclose,etc */
#ifdef HAVE_EVIL
# include <evil.h> /* for realpath */
# include <Evil.h> /* for realpath */
#else
# include <pwd.h>
# include <grp.h>
# include <glob.h>
#endif /* HAVE_E_WIN32 */
#endif /* ! HAVE_EVIL */
#include "embryo_cc_prefix.h"

View File

@ -37,7 +37,7 @@
#include <string.h>
#include <unistd.h>
#ifdef HAVE_EVIL
# include <evil.h>
# include <Evil.h>
#endif /* HAVE_EVIL */
#include "embryo_cc_osdefs.h"