demo.c needs errno.h

pull/437/head
David Cantrell 4 years ago committed by Nick Black
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…
Cancel
Save