]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/keyboard.cpp
Hide the platform-specific parts of other classes as well
[libs/gui.git] / source / input / keyboard.cpp
index 1d7bb659e4973944ff2cc7b6665ed089c1c7ddf8..cef812c1344d3cdfa5f2c7ef181caf43d29c7f1c 100644 (file)
@@ -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 <windows.h>
+#else
+#include <X11/Xlib.h>
+#endif
 #include <msp/strings/formatter.h>
 #include "../gbase/display.h"
 #include "keyboard.h"