summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2013-09-27 12:10:43 +0100
committerTom Hacohen <tom@stosb.com>2013-09-27 12:10:43 +0100
commita2da858f5bd29a2f45c7b1a8c8af408febb1bd47 (patch)
tree9eb0c6bb2048f2cdaaec72d9286aec922cbc1051
parente2afbfad37df10628f8c5e0e4b2cc21eb5f633b7 (diff)
downloadefl-a2da858f5bd29a2f45c7b1a8c8af408febb1bd47.tar.gz
Eo: Explicitly include Eina.h in eo_private.h.
It's uses eina stuff, we can't just assume eina is already included.
-rw-r--r--src/lib/eo/eo_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/eo/eo_private.h b/src/lib/eo/eo_private.h
index 6d9f8fa173..382e9663b8 100644
--- a/src/lib/eo/eo_private.h
+++ b/src/lib/eo/eo_private.h
@@ -1,6 +1,8 @@
#ifndef _EO_PRIVATE_H
#define _EO_PRIVATE_H
+#include <Eina.h>
+
#define EO_EINA_MAGIC 0xa186bc32
#define EO_EINA_MAGIC_STR "Eo"
#define EO_FREED_EINA_MAGIC 0xa186bb32