]> git.sesse.net Git - kdenlive/commitdiff
Fix up a busted preprocessor check [PATCH by Ray Lehtiniemi]
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 11 Mar 2009 12:44:29 +0000 (12:44 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 11 Mar 2009 12:44:29 +0000 (12:44 +0000)
svn path=/trunk/kdenlive/; revision=3132

src/main.cpp

index 110c2f4801dd3b65d6a14eb4aece07f91626cbfb..4f2ce1bc2d0ad565b9c3d83942b078da51585b0e 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "mainwindow.h"
 
-#ifdef __APPLE_KDE__ || __DARWIN__
+#if defined(__APPLE_KDE__) || defined(__DARWIN__)
 #include <SDL/SDL.h>
 #endif