From 95f7cdcccb16f24e6cb05e820feb0486da9b048a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 1 Nov 2011 09:32:05 +0000 Subject: [PATCH] Fix BeOS build for comparison. This test still fails on Haiku btw... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43055 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../BApplicationTestAppQuitWhenStartedFromAnotherThread.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/kits/app/bapplication/testapps/BApplicationTestAppQuitWhenStartedFromAnotherThread.cpp b/src/tests/kits/app/bapplication/testapps/BApplicationTestAppQuitWhenStartedFromAnotherThread.cpp index eba713defb..4c3f407de6 100644 --- a/src/tests/kits/app/bapplication/testapps/BApplicationTestAppQuitWhenStartedFromAnotherThread.cpp +++ b/src/tests/kits/app/bapplication/testapps/BApplicationTestAppQuitWhenStartedFromAnotherThread.cpp @@ -1,5 +1,6 @@ #include #include +#include #include static thread_id gBAppThreadID;