]> git.sesse.net Git - kdenlive/blobdiff - src/main.cpp
Fix up a busted preprocessor check [PATCH by Ray Lehtiniemi]
[kdenlive] / 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