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:
@@ -23,6 +23,7 @@
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include <stdio.h>
|
||||
#include "src/core/wee-calc.h"
|
||||
|
||||
extern int calc_sanitize_decimal_number (char *string);
|
||||
|
||||
Reference in New Issue
Block a user