tags 614277 + patch
thanks

Ludovic Brenta wrote:
> We're working on a fix now.  Please be patient.

The fix is simple -- replace

  #import <math.h>

in OOCocoa.h and

  #import <stdint.h>

in OOCPUInfo.h with #include.  OOCocoa.h probably also needs
`#include <assert.h>' as well.

The #import directive should *never* be used for plain C headers,
otherwise it may lead to awkward issues like these.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to