diff options
Diffstat (limited to 'core/print_string.h')
-rw-r--r-- | core/print_string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/print_string.h b/core/print_string.h index c1d2d0ff3a..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); |