Revision
3417
Author
lsansonetti@apple.com
Date
2010-02-02 18:16:45 -0800 (Tue, 02 Feb 2010)

Log Message

system auto_zone.h is now includeable

Modified Paths

Diff

Modified: MacRuby/trunk/gc.c (3416 => 3417)


--- MacRuby/trunk/gc.c	2010-02-02 23:38:47 UTC (rev 3416)
+++ MacRuby/trunk/gc.c	2010-02-03 02:16:45 UTC (rev 3417)
@@ -9,7 +9,7 @@
  * Copyright (C) 2000 Information-technology Promotion Agency, Japan
  */
 
-//#include "ruby/config.h"
+#include "ruby/config.h"
 
 #if HAVE_AUTO_ZONE_H
 # include <auto_zone.h>