1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

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

This commit is contained in:
Sébastien Helleu
2020-04-07 22:20:11 +02:00
parent d78ac827e9
commit a693125c81
+1
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);