summaryrefslogtreecommitdiff
path: root/ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.h')
-rw-r--r--ruby.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ruby.h b/ruby.h
index d40456b01a..0accbbdb6b 100644
--- a/ruby.h
+++ b/ruby.h
@@ -43,6 +43,10 @@
#include <alloca.h>
#endif
+#if defined(__CYGWIN32__) && defined(DLLIMPORT)
+#include "import.h"
+#endif
+
#ifdef _AIX
#pragma alloca
#endif