include config.h so that __UNUSED__ is defined

SVN revision: 39619
This commit is contained in:
Vincent Torri 2009-03-22 11:31:11 +00:00
parent 91c7e2c0d2
commit a4e10df2c8
1 changed files with 5 additions and 1 deletions

View 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];
}
}