Skip to content

Commit 8a6bbb9

Browse files
committed
ChafaStreamWriter: Include glib/gprintf.h for g_vasprintf()
1 parent 79b6c31 commit 8a6bbb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/chafa/chafa-stream-writer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <sys/stat.h> /* stat */
2424
#include <fcntl.h> /* open */
2525
#include <unistd.h> /* STDOUT_FILENO */
26+
#include <glib/gprintf.h> /* g_vasprintf */
2627

2728
/* Our copy of glib's internal GWakeup */
2829
#include "chafa-wakeup.h"

0 commit comments

Comments
 (0)