=================================================================== RCS file: /home/cvs/OpenXM/src/ox_toolkit/ox_toolkit.h,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- OpenXM/src/ox_toolkit/ox_toolkit.h 2003/09/18 12:46:08 1.26 +++ OpenXM/src/ox_toolkit/ox_toolkit.h 2003/11/12 15:20:18 1.27 @@ -1,20 +1,21 @@ /* -*- mode: C -*- */ -/* $OpenXM: OpenXM/src/ox_toolkit/ox_toolkit.h,v 1.25 2003/09/15 09:31:41 ohara Exp $ */ +/* $OpenXM: OpenXM/src/ox_toolkit/ox_toolkit.h,v 1.26 2003/09/18 12:46:08 ohara Exp $ */ #ifndef _OX_TOOLKIT_H_ #define _OX_TOOLKIT_H_ -#ifdef __cplusplus -extern "C" { -#endif - #include #if defined(WITH_GMP) #include #else #include "gmp_fake.h" #endif /* WITH_GMP */ + +#ifdef __cplusplus +extern "C" { +#endif + #include #include #include