summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2010-01-02 02:51:06 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2010-01-02 02:51:06 +0000
commit7b6ca89c57ee0bc868c44b9aa3c4edbe1b46c308 (patch)
tree69f02d0b2825c457a133ac8c68725cef0f979b4a /beos
parentb1fc7d44abdf89491bd5de676611f8ad5e9dc725 (diff)
downloadnetsurf-7b6ca89c57ee0bc868c44b9aa3c4edbe1b46c308.tar.gz
netsurf-7b6ca89c57ee0bc868c44b9aa3c4edbe1b46c308.tar.bz2
Actually fake stdbool inclusion here as well.
svn path=/trunk/netsurf/; revision=9776
Diffstat (limited to 'beos')
-rw-r--r--beos/beos_search.cpp3
1 files changed, 2 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#include <stdbool.h>
+#define __STDBOOL_H__ 1
+//#include <stdbool.h>
#include <string.h>
extern "C" {