summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" {