From c5aae656e5d0f6f16cb58fd94411665dc53c086f Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 17 Jul 2006 02:49:01 +0000 Subject: * 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 --- st.c | 1 + 1 file changed, 1 insertion(+) (limited to 'st.c') diff --git a/st.c b/st.c index 24fde6eb27..0ace74e235 100644 --- a/st.c +++ b/st.c @@ -2,6 +2,7 @@ /* static char sccsid[] = "@(#) st.c 5.1 89/12/14 Crucible"; */ +#include "config.h" #include #ifdef HAVE_STDLIB_H #include -- cgit v1.2.3