Attempting to fix bsdi bustage one more time.

git-svn-id: svn://10.0.0.236/trunk@159124 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2004-07-13 05:36:26 +00:00
parent e405cf4d26
commit f81e14068d

View File

@@ -60,9 +60,10 @@
#endif
#elif defined(bsdi)
/*
* BSD/OS ships headers that define [u]int32_t, but no header that
* defines bool for C
* BSD/OS ships sys/types.h that define [u]int32_t, but no header
* that defines bool for C
*/
#include <sys/types.h>
#if !defined(__cplusplus)
typedef int bool;