From 58560d4f2ca74510c70194b4add88eb7a94ea29c Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Mon, 23 Mar 2009 15:29:13 +0000 Subject: [PATCH] move bool typedef here. --- packages/PLStream/pl-incl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/PLStream/pl-incl.h b/packages/PLStream/pl-incl.h index 88f298d36..11a8b00da 100644 --- a/packages/PLStream/pl-incl.h +++ b/packages/PLStream/pl-incl.h @@ -1,6 +1,8 @@ #include "config.h" #include +typedef int bool; + /* atom_t macro layer */ #define NULL_ATOM ((atom_t)0) #include "atoms.h"