Changes between Version 4 and Version 5 of Ticket #62618, comment 23


Ignore:
Timestamp:
Apr 4, 2021, 2:18:33 PM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62618, comment 23

    v4 v5  
    11the problem seems to really be that they have chosen a particularly bad name for their internal header, {{{ppc/types.h}}}, which is overriding the system header of the same name..
    22
    3 At least I think that is what must be causing this, as including {{{stdlib.h}}} should not cause this error to occur.
     3At least I think that is what must be causing this, as including {{{stdlib.h}}} should not cause this error to occur, and adding that typedef in that location should not fix it.