summaryrefslogtreecommitdiff
path: root/mpbsd
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-11-04 00:16:13 +0100
committerKevin Ryde <user42@zip.com.au>2002-11-04 00:16:13 +0100
commit69249d0c0731595c7581df216d532acf079196a1 (patch)
treec6d32b8be11ba68edd4a94ce9625d77400b279f0 /mpbsd
parent83047b336d92a2300c882e832bc6960ef88dc312 (diff)
downloadgmp-69249d0c0731595c7581df216d532acf079196a1.tar.gz
* mpbsd/mtox.c, printf/obprintf.c, printf/obvprintf.c,
scanf/vsscanf.c, demos/expr/expr.c, demos/expr/exprf.c, demos/expr/exprfa.c, demos/expr/exprfr.c, demos/expr/exprq.c, demos/expr/exprz.c, demos/expr/exprza.c: Add <string.h> for strlen and memcpy.
Diffstat (limited to 'mpbsd')
-rw-r--r--mpbsd/mtox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpbsd/mtox.c b/mpbsd/mtox.c
index f4df5b606..7de370ff7 100644
--- a/mpbsd/mtox.c
+++ b/mpbsd/mtox.c
@@ -20,6 +20,7 @@ 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>
#include "mp.h"
#include "gmp.h"
#include "gmp-impl.h"