aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.h')
-rw-r--r--ruby.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby.h b/ruby.h
index 1fcf276a21..91a0e619ab 100644
--- a/ruby.h
+++ b/ruby.h
@@ -41,8 +41,6 @@ extern "C" {
#define PRINTF_ARGS(decl, string_index, first_to_check) decl
#endif
-#include "defines.h"
-
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
@@ -60,6 +58,8 @@ extern "C" {
#include <stddef.h>
#include <stdio.h>
+#include "defines.h"
+
/* need to include <ctype.h> to use these macros */
#ifndef ISPRINT
#define ISASCII(c) isascii((int)(unsigned char)(c))