mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* st.c: still need to include config.h on some platforms.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b3fd4cf833
commit
c5aae656e5
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Jul 17 11:47:35 2006 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* st.c: still need to include config.h on some platforms.
|
||||
|
||||
Sat Jul 15 01:09:22 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* st.c (malloc): use xmalloc/xcalloc instead of plain
|
||||
|
|
1
st.c
1
st.c
|
@ -2,6 +2,7 @@
|
|||
|
||||
/* static char sccsid[] = "@(#) st.c 5.1 89/12/14 Crucible"; */
|
||||
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue