summaryrefslogtreecommitdiff
path: root/tests/tmul.c
diff options
context:
space:
mode:
authorPhilippe Theveny <philippe.theveny@laposte.net>2009-03-17 17:23:41 +0000
committerPhilippe Theveny <philippe.theveny@laposte.net>2009-03-17 17:23:41 +0000
commit09f6e3ba3a146f62d6d39d2a5f27609baa3099d8 (patch)
treec4a9e61ccc5c6e4577f7c9a619813ddea86b8f76 /tests/tmul.c
parent917a490cb1e4323e36e789cc484f52fd8dac154e (diff)
downloadmpc-git-09f6e3ba3a146f62d6d39d2a5f27609baa3099d8.tar.gz
Modify #include chain so as to support DLL creation on Cygwin
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@457 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tmul.c')
-rw-r--r--tests/tmul.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tmul.c b/tests/tmul.c
index 9a6194b..8d48379 100644
--- a/tests/tmul.c
+++ b/tests/tmul.c
@@ -1,6 +1,6 @@
/* tmul -- test file for mpc_mul.
-Copyright (C) 2002, 2005, 2008 Andreas Enge, Paul Zimmermann, Philippe Th\'eveny
+Copyright (C) 2002, 2005, 2008, 2009 Andreas Enge, Paul Zimmermann, Philippe Th\'eveny
This file is part of the MPC Library.
@@ -24,7 +24,6 @@ MA 02111-1307, USA. */
#include <sys/times.h>
#endif
#include "mpc-tests.h"
-#include "mpc-impl.h"
static void
cmpmul (mpc_srcptr x, mpc_srcptr y, mpc_rnd_t rnd)