Skip to content

Commit 05a8836

Browse files
committed
ChafaTerm: Include stdio.h for ctermid()
1 parent 2c6f92f commit 05a8836

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/chafa/chafa-term.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#include "config.h"
2121

22+
#include <stdio.h> /* ctermid */
2223
#include <sys/types.h> /* open */
2324
#include <fcntl.h> /* open */
2425
#include <unistd.h> /* STDOUT_FILENO */

0 commit comments

Comments
 (0)