From 595d8a3b9ca86e22667038501a32ec895e2f8e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 27 Feb 2009 22:44:05 +0000 Subject: [PATCH] Fix for gcc4 build. Thx Monni. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29340 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/util/OpenHashTable.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/private/kernel/util/OpenHashTable.h b/headers/private/kernel/util/OpenHashTable.h index 1a28614a06..f233dc46ec 100644 --- a/headers/private/kernel/util/OpenHashTable.h +++ b/headers/private/kernel/util/OpenHashTable.h @@ -7,6 +7,7 @@ #include +#include #ifdef _KERNEL_MODE # include