diff options
Diffstat (limited to 'core/print_string.h')
| -rw-r--r-- | core/print_string.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/print_string.h b/core/print_string.h index 3465888d4c..8f4fbb1f7b 100644 --- a/core/print_string.h +++ b/core/print_string.h @@ -31,7 +31,7 @@ #ifndef PRINT_STRING_H #define PRINT_STRING_H -#include "ustring.h" +#include "core/ustring.h" extern void (*_print_func)(String); @@ -58,5 +58,6 @@ extern bool _print_line_enabled; extern bool _print_error_enabled; extern void print_line(String p_string); extern void print_error(String p_string); +extern void print_verbose(String p_string); #endif |