fix a header problem

svn: r16862
This commit is contained in:
Matthew Flatt 2009-11-18 14:59:25 +00:00
parent cc60cdc02b
commit fd784ad769

View File

@ -2,6 +2,12 @@
#ifndef __mzscheme_gc_2__
#define __mzscheme_gc_2__
#ifdef INCLUDE_WITHOUT_PATHS
# include "schthread.h"
#else
# include "../include/schthread.h"
#endif
/***************************************************************************/
/*** See README for a general overview of the interface architecture. ***/
/***************************************************************************/