Follow-up Comment #2, bug #30285 (project gnustep):
The Autoconf manual (node `Header Portability') says:
`inttypes.h' vs. `stdint.h'
The C99 standard says that `inttypes.h' includes `stdint.h', so
there's no need to include `stdint.h' separately in a standard
environment. Some implementations have `inttypes.h' but not
`stdint.h' (e.g., Solaris 7), but we don't know of any
implementation that has `stdint.h' but not `inttypes.h'.
So a simple solution seems to be to include <inttypes.h> only.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?30285>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep