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)
commitb2a741ec312849f514c7d70cd7784182bfd5bb07
tree0c442716203b0a993292b9a7a0c63724584a689b
parent3cd3a4269c2b030827f415d3df8d46dd6696bc61
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