base_toString.h included into base.h

This commit is contained in:
2023-03-09 18:59:18 +06:00
parent 33eb4302c4
commit 430b6267d1
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,8 @@
extern "C" {
#endif
#include "../base/type_system/base_toString.h"
// cross-platform printf analog
void kprintf(const char* format, ...);