1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/digest/defs.h: inttypes.h is still needed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-03-14 05:24:17 +00:00
parent d6ca5fefd0
commit 5a18215406
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Fri Mar 14 14:24:15 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/digest/defs.h: inttypes.h is still needed.
Fri Mar 14 11:34:12 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* {bcc,win}32/Makefile.sub: follow below changes.

View file

@ -16,4 +16,8 @@
# define __END_DECLS
#endif
#if defined(HAVE_INTTYPES_H)
# include <inttypes.h>
#endif
#endif /* DEFS_H */