fix a header problem
svn: r16862
This commit is contained in:
parent
cc60cdc02b
commit
fd784ad769
|
@ -2,6 +2,12 @@
|
||||||
#ifndef __mzscheme_gc_2__
|
#ifndef __mzscheme_gc_2__
|
||||||
#define __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. ***/
|
/*** See README for a general overview of the interface architecture. ***/
|
||||||
/***************************************************************************/
|
/***************************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user