Author: vlendec Date: 2006-06-11 20:53:00 +0000 (Sun, 11 Jun 2006) New Revision: 16142
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16142 Log: intptr_t is defined in <inttypes.h>, next attempt to get Tru64 to build. Direct compile gets a bit further, still compiling :-) Lets see how the rest of the build farm reacts. Volker Modified: trunk/source/include/includes.h Changeset: Modified: trunk/source/include/includes.h =================================================================== --- trunk/source/include/includes.h 2006-06-11 16:13:41 UTC (rev 16141) +++ trunk/source/include/includes.h 2006-06-11 20:53:00 UTC (rev 16142) @@ -101,6 +101,10 @@ #include <stdint.h> #endif +#if HAVE_INTTYPES_H +#include <inttypes.h> +#endif + #ifdef TIME_WITH_SYS_TIME #include <sys/time.h> #include <time.h>
