--- tags.h.~1.100.~ 2003-06-05 00:30:58.000000000 +1000 +++ tags.h 2003-06-07 08:26:00.000000000 +1000 @@ -29,6 +29,14 @@ /* picks up scmconfig.h too */ #include "libguile/__scm.h" +#if HAVE_INTTYPES_H +# include /* for INTPTR_MAX and friends */ +#else +# if HAVE_STDINT_H +# include /* for INTPTR_MAX and friends */ +# endif +#endif + /* In the beginning was the Word: */ #if SCM_SIZEOF_INTPTR_T != 0 && defined(INTPTR_MAX) && defined(INTPTR_MIN)