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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user