summaryrefslogtreecommitdiff
path: root/framebuffer/fbtk/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/fbtk/text.c')
-rw-r--r--framebuffer/fbtk/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/framebuffer/fbtk/text.c b/framebuffer/fbtk/text.c
index ed090fe36..fff35bba4 100644
--- a/framebuffer/fbtk/text.c
+++ b/framebuffer/fbtk/text.c
@@ -19,7 +19,7 @@
*/
#include <stdbool.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <libnsfb.h>