Skip to content

Commit

Permalink
chafa: Add missing errno.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
hpjansson committed Jan 6, 2024
1 parent df19122 commit 1445506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/chafa/chafa.c
Expand Up @@ -19,6 +19,7 @@

#include "config.h"

#include <errno.h>
#include <stdio.h>
#include <string.h> /* strspn, strlen, strcmp, strncmp, memset */
#include <locale.h> /* setlocale */
Expand Down

0 comments on commit 1445506

Please sign in to comment.