diff options
author | tege <tege@gmplib.org> | 2002-11-01 12:56:25 +0100 |
---|---|---|
committer | tege <tege@gmplib.org> | 2002-11-01 12:56:25 +0100 |
commit | 8a1c2f102dbd870374a56ae2edb8af9c16406805 (patch) | |
tree | e8ef4385b4a8ef90885e5845f8c78086e5ea6eca /tests | |
parent | 2d71fe4de69711a140fddccd938915ea58f62ef0 (diff) | |
download | gmp-8a1c2f102dbd870374a56ae2edb8af9c16406805.tar.gz |
Add string.h for strcmp,strlen prototype.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mpbsd/t-mtox.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mpbsd/t-mtox.c b/tests/mpbsd/t-mtox.c index 4252dedd2..b9ff20d72 100644 --- a/tests/mpbsd/t-mtox.c +++ b/tests/mpbsd/t-mtox.c @@ -19,8 +19,9 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include <string.h> /* for strcmp, strlen */ +#include <stdlib.h> /* for abort */ #include <stdio.h> -#include <stdlib.h> #include "gmp.h" #include "gmp-impl.h" #include "mp.h" |