From 14fc744d9e33a21aecc90328ef20eaab739fd9b5 Mon Sep 17 00:00:00 2001 From: Chris Beck Date: Fri, 27 Jun 2014 18:05:53 -0400 Subject: [PATCH] fixup SDL2 notifications fixes up series of commits: cb5a9a0d28ed4761272fcad65001c376445cc7d6 fafb03bafb72b16572e2a794fbd0210879c8d26f --- src/notifications.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/notifications.cpp b/src/notifications.cpp index 666259cff8d7..78a60f5bcdf0 100644 --- a/src/notifications.cpp +++ b/src/notifications.cpp @@ -10,10 +10,10 @@ #include #include -#include "SDL_version.h" +#include "sdl/compat.hpp" #if SDL_VERSION_ATLEAST(2,0,0) -#define NO_NOTIFICATIONS // It seems that SDL_active does not exist and I don't know what the analogue was +#include "video.hpp" #else #include "SDL_active.h" #endif