evas: forgotten inclusion of config.h.

SVN revision: 66866
This commit is contained in:
Cedric BAIL 2012-01-04 11:45:22 +00:00
parent 682ebd0f02
commit 1400dc9892
6 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <assert.h>
#include "evas_common.h"

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <assert.h>
#include "evas_common.h"

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <math.h>
#include "evas_common.h"

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <string.h>
#include <stdlib.h>

View File

@ -13,6 +13,10 @@
*
* @{
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdlib.h>
#include <Eina.h>