From 792ee7416ac0e094384323fa9fde36352021f233 Mon Sep 17 00:00:00 2001 From: Ingo Date: Sat, 28 Dec 2013 00:47:18 +0100 Subject: [PATCH] Last commit breaks non-Windows-builds. Fixed with this one --- rtgui/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/main.cc b/rtgui/main.cc index adf3e2ef8..f0daad6ac 100644 --- a/rtgui/main.cc +++ b/rtgui/main.cc @@ -37,7 +37,6 @@ #include "rtimage.h" #include "version.h" #include "extprog.h" -#include "conio.h" #ifndef WIN32 #include @@ -46,6 +45,7 @@ #include #else #include +#include "conio.h" #endif #include "../rtengine/safegtk.h"