add guards around config.h

SVN revision: 34783
This commit is contained in:
doursse 2008-06-09 18:16:24 +00:00 committed by doursse
parent 911cf92c04
commit d2c2490440
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include <config.h>
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "ecore_private.h"
#include "Ecore_Data.h"