properly include headers when you use their types...

SVN revision: 71679
This commit is contained in:
Mike Blumenkrantz 2012-06-04 08:40:21 +00:00
parent 7d2831e6a2
commit 9dc6c51fa0
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef _ECORE_IPC_H
#define _ECORE_IPC_H
#include <Eina.h>
#ifdef EAPI
# undef EAPI
#endif