diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-01-24 11:28:34 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-01-24 11:28:34 +0000 |
commit | b592f1db048beec9632d489dc931e0976557b6b0 (patch) | |
tree | e3fad47b5874dc5c407caa4073ac5c9aebf8c077 /tests/tcbrt.c | |
parent | d62553fbf3e2fc09b14e6785c3da6e46db53eb97 (diff) | |
download | mpfr-b592f1db048beec9632d489dc931e0976557b6b0.tar.gz |
Missing #include.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2219 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tcbrt.c')
-rw-r--r-- | tests/tcbrt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tcbrt.c b/tests/tcbrt.c index d30e31e13..ede5f2cd1 100644 --- a/tests/tcbrt.c +++ b/tests/tcbrt.c @@ -23,6 +23,7 @@ MA 02111-1307, USA. */ #include <stdlib.h> #include "gmp.h" #include "mpfr.h" +#include "mpfr-test.h" int main (void) |