From 3655d9e2aacdf782fa857a2014a71ab2a0a9b6b6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 27 May 2014 04:53:12 +0200 Subject: [PATCH] (SDL) Add note for image_sdl.c --- gfx/image/image_sdl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/image/image_sdl.c b/gfx/image/image_sdl.c index d8a08a18cf..51a646394b 100644 --- a/gfx/image/image_sdl.c +++ b/gfx/image/image_sdl.c @@ -13,6 +13,8 @@ * If not, see . */ +/* FIXME - Fix this, it appears to be broken */ + #ifdef HAVE_CONFIG_H #include "../../config.h" #endif