mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
demo.c needs errno.h
This commit is contained in:
parent
1c75ac5bd3
commit
299a39def6
@ -8,6 +8,7 @@
|
||||
#include <getopt.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdatomic.h>
|
||||
#include <errno.h>
|
||||
#include "demo.h"
|
||||
|
||||
// (non-)ansi terminal definition-4-life
|
||||
|
Loading…
Reference in New Issue
Block a user