diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2010-11-10 16:28:01 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2010-11-10 16:28:01 +0100 |
commit | 8bd3c97538d43ab04b6ec662dfccb815561f234a (patch) | |
tree | 8e52373e3c8be0e51c9991968f3c9164dd4dfcee /tests/memory.c | |
parent | b90bca4c9e1221ced136be6ddb09811ff75e660a (diff) | |
download | gmp-8bd3c97538d43ab04b6ec662dfccb815561f234a.tar.gz |
Make it possible to compile GMP with g++.
Diffstat (limited to 'tests/memory.c')
-rw-r--r-- | tests/memory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/memory.c b/tests/memory.c index ea1238101..ec7513597 100644 --- a/tests/memory.c +++ b/tests/memory.c @@ -22,6 +22,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #include <string.h> /* for memcpy, memcmp */ #include "gmp.h" #include "gmp-impl.h" +#include "tests.h" #if GMP_LIMB_BITS == 64 #define PATTERN1 CNST_LIMB(0xcafebabedeadbeef) |