include config.h so that __UNUSED__ is defined
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 22 Mar 2009 11:31:11 +0000 (11:31 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 22 Mar 2009 11:31:11 +0000 (11:31 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39619 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_quartz/ecore_quartz.m

index 71e4a19..4784a00 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include <Cocoa/Cocoa.h>
 
 #include "Ecore_Quartz.h"
@@ -262,4 +266,4 @@ ecore_quartz_feed_events(void)
    }
    
    [event release];
-}
\ No newline at end of file
+}