tests: add missing include of stdio.h (issue #1469)

master
Sébastien Helleu 2020-04-07 22:20:11 +02:00
parent d78ac827e9
commit a693125c81
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
extern "C"
{
#include <stdio.h>
#include "src/core/wee-calc.h"
extern int calc_sanitize_decimal_number (char *string);