* clutter/x11/clutter-event-x11.c:

* clutter/win32/clutter-event-win32.c: Use the HAVE_CONFIG_H guard
	around #include "config.h"
This commit is contained in:
Neil Roberts 2008-06-30 16:01:56 +00:00
parent b510d2827c
commit 06d0696874
3 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-06-30 Neil Roberts <neil@o-hand.com>
* clutter/x11/clutter-event-x11.c:
* clutter/win32/clutter-event-win32.c: Use the HAVE_CONFIG_H guard
around #include "config.h"
2008-06-30 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/Makefile.am:

View File

@ -19,7 +19,9 @@
* Boston, MA 02111-1307, USA.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "clutter-stage-win32.h"
#include "clutter-backend-win32.h"

View File

@ -19,7 +19,9 @@
* Boston, MA 02111-1307, USA.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "clutter-stage-x11.h"
#include "clutter-backend-x11.h"