summaryrefslogtreecommitdiff
path: root/mpf/out_str.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>1996-08-08 13:30:46 +0200
committertege <tege@gmplib.org>1996-08-08 13:30:46 +0200
commit354d9462056a059bd6da6ca80243f67258be0188 (patch)
tree44c3821b3eef027a1ea1211edc1ea5ed8c72b69e /mpf/out_str.c
parent53fa3dd226cedf7e3ee440ce86bfe68e8e054371 (diff)
downloadgmp-354d9462056a059bd6da6ca80243f67258be0188.tar.gz
#include string.h.
Diffstat (limited to 'mpf/out_str.c')
-rw-r--r--mpf/out_str.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpf/out_str.c b/mpf/out_str.c
index 2a7a954ef..cd9f2def5 100644
--- a/mpf/out_str.c
+++ b/mpf/out_str.c
@@ -22,6 +22,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
#include <stdio.h>
+#include <string.h>
#include "gmp.h"
#include "gmp-impl.h"