Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / os / gc_wrapper.h
1 #include <config.h>
2
3 #ifdef HAVE_BOEHM_GC
4
5 #ifdef  HAVE_GC_GC_H
6 #include <gc/gc.h>
7 #else
8
9 #ifdef  HAVE_GC_H
10 #include <gc.h>
11 #else
12 #error have boehm GC without headers, you probably need to install them by hand
13 #endif
14
15 #endif
16
17 #endif