summaryrefslogtreecommitdiff
path: root/missing.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-27 09:33:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-27 09:33:55 +0000
commitb9a8f9826bdc1a7a46124e3f222bd32ec28d3dca (patch)
tree2c8db2ba86423e2ec0eb26280ba6e1dbeb3cfdb6 /missing.h
parent9ca5bad2ceca5bf90677f89accdd4ce7da8d8e50 (diff)
* 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
Diffstat (limited to 'missing.h')
-rw-r--r--missing.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/missing.h b/missing.h
index 1961383e75..89a402708e 100644
--- a/missing.h
+++ b/missing.h
@@ -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)