Include "_stdint.h" instead of <stdint.h>. Fixes build on systems that do not have...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 8 Feb 2005 10:37:43 +0000 (10:37 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 8 Feb 2005 10:37:43 +0000 (10:37 +0000)
commitef7ffd51e1279f3cb5ecf832e66614f566342ffa
treecfe7382d3d94f853a29e4cb799528e40c56c443e
parent1d3d023d5c723d30830e08f23ff865513ccb476e
Include "_stdint.h" instead of <stdint.h>. Fixes build on systems that do not have stdint.h, like Solaris 9 (fixes #1...

Original commit message from CVS:
Include "_stdint.h" instead of <stdint.h>. Fixes build on systems that do not have stdint.h, like Solaris 9 (fixes #166631).
ChangeLog