diff --git a/neercs/neercs.cpp b/neercs/neercs.cpp
index 36dff35..48f3c71 100644
--- a/neercs/neercs.cpp
+++ b/neercs/neercs.cpp
@@ -27,7 +27,7 @@
 #   include <cmath>
 #endif
 
-#if USE_SDL && defined __APPLE__
+#if USE_SDL
 #   include <SDL_main.h>
 #endif