24 Jun
2004
24 Jun
'04
9:45 p.m.
I've tried #include <inttypes.h> and it compiles and run as well.
Albert
MenTaLguY <mental@...32...> writes:
Looks like Apple's dirent.h requires inttypes.h or stdint.h to be included beforehand. (Colin, do you happen to know which is more portable?)
I'm everything but a portability expert, but http://www.lns.cornell.edu/public/COMP/info/autoconf/Header- Portability.html says that inttypes.h is the portable thing.
Cheers, Colin