From 980e1e66ca1c7bcbc58d790204b1148cdd0c20a5 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Thu, 1 Jun 2006 19:59:23 +0000 Subject: [PATCH] fixed build on linux git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17694 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/keymap/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/keymap/main.cpp b/src/bin/keymap/main.cpp index 66e29841f6..1adb6e68bf 100644 --- a/src/bin/keymap/main.cpp +++ b/src/bin/keymap/main.cpp @@ -9,6 +9,7 @@ #include +#include #include #include "Keymap.h"