projects
/
profile
/
ivi
/
eet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb470af
)
include Evil.h so that getenv is declared on Windows CE
author
caro
<caro>
Mon, 18 Jan 2010 18:01:20 +0000
(18:01 +0000)
committer
caro
<caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 18 Jan 2010 18:01:20 +0000
(18:01 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@45294
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/lib/eet_node.c
patch
|
blob
|
history
diff --git
a/src/lib/eet_node.c
b/src/lib/eet_node.c
index
3fc6959
..
c07ef5f
100644
(file)
--- a/
src/lib/eet_node.c
+++ b/
src/lib/eet_node.c
@@
-9,6
+9,10
@@
#include <string.h>
#include <stdio.h>
+#ifdef HAVE_EVIL
+# include <Evil.h>
+#endif
+
#include <Eina.h>
#include "Eet.h"