# HG changeset patch # User michael # Date 1088685187 0 # Node ID aba68a44e2ee487053a1c616e895dd8bc4132288 # Parent 3c1dba53954ee6557ef52c2c7e6a0233dab2b355 10l diff -r 3c1dba53954e -r aba68a44e2ee common.h --- a/common.h Wed Jun 30 23:12:21 2004 +0000 +++ b/common.h Thu Jul 01 12:33:07 2004 +0000 @@ -30,6 +30,7 @@ # include # include # include +# include # ifndef __BEOS__ # include # else @@ -130,7 +131,7 @@ #endif #ifndef INT_BIT -# if INT_MAX == INT64_MAX +# if INT_MAX != 2147483647 # define INT_BIT 64 # else # define INT_BIT 32