* defines.h, intern.h, missing.h, ruby.h, st.h, util.h: include

config.h and defines.h for autoconf macros.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@28764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-07-27 09:33:55 +00:00
parent 9ca5bad2ce
commit b9a8f9826b
7 changed files with 37 additions and 3 deletions

View file

@ -12,6 +12,11 @@
#ifndef MISSING_H
#define MISSING_H
#include "config.h"
#ifdef RUBY_EXTCONF_H
#include RUBY_EXTCONF_H
#endif
#if defined(HAVE_SYS_TIME_H)
# include <sys/time.h>
#elif !defined(_WIN32)