Catch the C++ and Objective C sources too...
--- a/src/audio/baudio/SDL_beaudio.cc Tue Feb 21 08:46:50 2006 +0000
+++ b/src/audio/baudio/SDL_beaudio.cc Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
/* Allow access to the audio stream on BeOS */
--- a/src/cdrom/beos/SDL_syscdrom.cc Tue Feb 21 08:46:50 2006 +0000
+++ b/src/cdrom/beos/SDL_syscdrom.cc Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
/* Functions for system-level CD-ROM audio control on BeOS
(not completely implemented yet)
--- a/src/joystick/beos/SDL_bejoystick.cc Tue Feb 21 08:46:50 2006 +0000
+++ b/src/joystick/beos/SDL_bejoystick.cc Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
/* This is the system specific header for the SDL joystick API */
--- a/src/main/beos/SDL_BeApp.cc Tue Feb 21 08:46:50 2006 +0000
+++ b/src/main/beos/SDL_BeApp.cc Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
/* Handle the BeApp specific portions of the application */
--- a/src/video/bwindow/SDL_sysevents.cc Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/bwindow/SDL_sysevents.cc Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
#include <support/UTF8.h>
#include <stdio.h>
--- a/src/video/bwindow/SDL_sysmouse.cc Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/bwindow/SDL_sysmouse.cc Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
#include <AppKit.h>
#include <GameKit.h>
--- a/src/video/bwindow/SDL_sysvideo.cc Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/bwindow/SDL_sysvideo.cc Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
/* BWindow based framebuffer implementation */
--- a/src/video/bwindow/SDL_syswm.cc Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/bwindow/SDL_syswm.cc Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
#include "SDL_BWin.h"
--- a/src/video/bwindow/SDL_sysyuv.cc Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/bwindow/SDL_sysyuv.cc Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
/* This is the BeOS version of SDL YUV video overlays */
--- a/src/video/qtopia/SDL_QPEApp.cc Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/qtopia/SDL_QPEApp.cc Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
#include <qpe/qpeapplication.h>
#include <qapplication.h>
--- a/src/video/qtopia/SDL_QWin.cc Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/qtopia/SDL_QWin.cc Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
#include "SDL_QWin.h"
#include <qapplication.h>
--- a/src/video/qtopia/SDL_sysevents.cc Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/qtopia/SDL_sysevents.cc Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
#include <qpe/qpeapplication.h>
--- a/src/video/qtopia/SDL_sysmouse.cc Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/qtopia/SDL_sysmouse.cc Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
#include "SDL_QWin.h"
--- a/src/video/qtopia/SDL_sysvideo.cc Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/qtopia/SDL_sysvideo.cc Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
/* Qtopia based framebuffer implementation */
--- a/src/video/qtopia/SDL_syswm.cc Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/qtopia/SDL_syswm.cc Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
#include "SDL_QWin.h"
--- a/src/video/quartz/SDL_QuartzEvents.m Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/quartz/SDL_QuartzEvents.m Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
#include "SDL_QuartzVideo.h"
--- a/src/video/quartz/SDL_QuartzGL.m Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/quartz/SDL_QuartzGL.m Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
#include "SDL_QuartzVideo.h"
--- a/src/video/quartz/SDL_QuartzVideo.m Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/quartz/SDL_QuartzVideo.m Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
#include "SDL_QuartzVideo.h"
#include "SDL_QuartzWindow.h"
--- a/src/video/quartz/SDL_QuartzWM.m Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/quartz/SDL_QuartzWM.m Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
#include "SDL_QuartzVideo.h"
--- a/src/video/quartz/SDL_QuartzWindow.m Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/quartz/SDL_QuartzWindow.m Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
#include "SDL_QuartzVideo.h"
#include "SDL_QuartzWindow.h"
--- a/src/video/quartz/SDL_QuartzYUV.m Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/quartz/SDL_QuartzYUV.m Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
Sam Lantinga
slouken@libsdl.org
*/
+#include "SDL_config.h"
#include "SDL_QuartzVideo.h"
#include "SDL_QuartzWindow.h"