]> sjero.net Git - wget/blobdiff - src/sysdep.h
Workaround for broken Tru64 inttypes.h.
[wget] / src / sysdep.h
index 580e3d55b3fd1312d7418e1460fd70d42876d902..fe48925b9eec4c8c220c0a187d7d8e897bb10ba6 100644 (file)
@@ -111,6 +111,8 @@ void *alloca (size_t);
 #include <sys/stat.h>
 
 #ifdef HAVE_INTTYPES_H
+  /* Compaq C V6.5-303 (dtk) on HP Tru64 UNIX V5.1B (Rev. 2650) needs: */
+# include <stdint.h>
 # include <inttypes.h>
 #endif