summaryrefslogtreecommitdiff
path: root/symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'symbol.c')
-rw-r--r--symbol.c15
1 files changed, 12 insertions, 3 deletions
diff --git a/symbol.c b/symbol.c
index 14517df01e..a0aa4cc75f 100644
--- a/symbol.c
+++ b/symbol.c
@@ -9,13 +9,22 @@
**********************************************************************/
+#include "gc.h"
+#include "internal.h"
+#include "internal/error.h"
+#include "internal/gc.h"
+#include "internal/hash.h"
+#include "internal/object.h"
+#include "internal/symbol.h"
+#include "internal/vm.h"
+#include "probes.h"
#include "ruby/encoding.h"
#include "ruby/st.h"
-#include "internal.h"
#include "symbol.h"
-#include "gc.h"
-#include "probes.h"
+#ifndef USE_SYMBOL_GC
+# define USE_SYMBOL_GC 1
+#endif
#ifndef SYMBOL_DEBUG
# define SYMBOL_DEBUG 0
#endif