Eina: oups, typo in #ifdef for including Escape.h

SVN revision: 74273
This commit is contained in:
Youness Alaoui 2012-07-21 16:50:26 +00:00
parent 28bb07e852
commit 26ac924d67
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ void *alloca (size_t);
#include "eina_log.h"
#include "eina_xattr.h"
#ifdef HAVE_ESCAPE_H
#ifdef HAVE_ESCAPE
# include <Escape.h>
#endif