X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finput%2Fkeyboard.cpp;fp=source%2Finput%2Fkeyboard.cpp;h=cef812c1344d3cdfa5f2c7ef181caf43d29c7f1c;hb=fcd5f24311fcfe772825a75678e038749401a9be;hp=1d7bb659e4973944ff2cc7b6665ed089c1c7ddf8;hpb=fbefc4904d290205658209bbe2392b4b7f9e2711;p=libs%2Fgui.git diff --git a/source/input/keyboard.cpp b/source/input/keyboard.cpp index 1d7bb65..cef812c 100644 --- a/source/input/keyboard.cpp +++ b/source/input/keyboard.cpp @@ -1,10 +1,15 @@ /* $Id$ This file is part of libmspgbase -Copyright © 2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2007-2008 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ +#ifdef WIN32 +#include +#else +#include +#endif #include #include "../gbase/display.h" #include "keyboard.h"