term: paragraph: add missing include

This commit is contained in:
2025-10-24 12:43:42 +01:00
parent 57361b7dae
commit 3561bdda4b

View File

@@ -2,6 +2,7 @@
#include <blue/term/print.h>
#include <ctype.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>