various fixes for vc++. I'll add the Visual Studio projects later
[profile/ivi/ecore.git] / src / lib / ecore_file / ecore_file_download.c
index 8cf3863..94682c5 100644 (file)
@@ -9,7 +9,10 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "Ecore_Con.h"
+#ifdef BUILD_ECORE_CON
+# include "Ecore_Con.h"
+#endif
+
 #include "ecore_file_private.h"
 
 #ifdef BUILD_ECORE_CON