=================================================================== RCS file: /home/cvs/OpenXM/src/ox_toolkit/ox_toolkit.h,v retrieving revision 1.13 retrieving revision 1.15 diff -u -p -r1.13 -r1.15 --- OpenXM/src/ox_toolkit/ox_toolkit.h 2003/02/03 23:13:23 1.13 +++ OpenXM/src/ox_toolkit/ox_toolkit.h 2003/03/30 08:05:22 1.15 @@ -1,12 +1,16 @@ /* -*- mode: C -*- */ -/* $OpenXM: OpenXM/src/ox_toolkit/ox_toolkit.h,v 1.12 2003/01/17 06:49:53 ohara Exp $ */ +/* $OpenXM: OpenXM/src/ox_toolkit/ox_toolkit.h,v 1.14 2003/03/23 20:17:35 ohara Exp $ */ #ifndef _OX_TOOLKIT_H_ #define _OX_TOOLKIT_H_ #include +#if defined(WITH_GMP) #include +#else +#include "gmp_fake.h" +#endif /* WITH_GMP */ #include #include #include