Skip to content

Commit bc24bbe

Browse files
committed
Include stdio.h to appease testme.sh
1 parent c595b6c commit bc24bbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bn_mp_todecimal_fast.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "tommath_private.h"
22
#include <string.h>
3+
#include <stdio.h>
34
#ifdef BN_MP_TODECIMAL_FAST_C
45
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
56
/* SPDX-License-Identifier: Unlicense */

0 commit comments

Comments
 (0)