From 7b6ca89c57ee0bc868c44b9aa3c4edbe1b46c308 Mon Sep 17 00:00:00 2001 From: François Revel Date: Sat, 2 Jan 2010 02:51:06 +0000 Subject: Actually fake stdbool inclusion here as well. svn path=/trunk/netsurf/; revision=9776 --- beos/beos_search.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'beos') diff --git a/beos/beos_search.cpp b/beos/beos_search.cpp index 9a6905fd5..97e3d6d5b 100644 --- a/beos/beos_search.cpp +++ b/beos/beos_search.cpp @@ -16,7 +16,8 @@ * along with this program. If not, see . */ -#include +#define __STDBOOL_H__ 1 +//#include #include extern "C" { -- cgit v1.2.3