------- Comment #2 from rguenth at gcc dot gnu dot org  2009-09-16 13:20 -------
Does replacing the #include with

#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif

#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif

work for you?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40790

Reply via email to