mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Workaround for broken Tru64 inttypes.h.
This commit is contained in:
parent
5e699b03cf
commit
cb155a6b5d
@ -1,3 +1,8 @@
|
|||||||
|
2007-10-18 Steven Schweda <sms@antinode.org>
|
||||||
|
|
||||||
|
* sysdep.h: #include <stdint.h> as well as <inttypes.h>, to work
|
||||||
|
around a glitch on Tru64 systems.
|
||||||
|
|
||||||
2007-10-18 Micah Cowan <micah@cowan.name>
|
2007-10-18 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* Makefile.am: version.c should not be distributed. Removed
|
* Makefile.am: version.c should not be distributed. Removed
|
||||||
|
@ -111,6 +111,8 @@ void *alloca (size_t);
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#ifdef HAVE_INTTYPES_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>
|
# include <inttypes.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user