mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* 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:
parent
9ca5bad2ce
commit
b9a8f9826b
7 changed files with 37 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue