summaryrefslogtreecommitdiff
path: root/include/luma/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/luma/print.h')
-rw-r--r--include/luma/print.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/luma/print.h b/include/luma/print.h
index 0105940..227823c 100644
--- a/include/luma/print.h
+++ b/include/luma/print.h
@@ -1,5 +1,5 @@
# if !defined(LUMA_HDR_PRINT)
# define LUMA_HDR_PRINT
-# include <uchar.h>
-extern void luma_print(char * str,...);
+# include <stdint.h>
+extern void luma_print(uint32_t * str,...);
# endif