aboutsummaryrefslogtreecommitdiff
path: root/fastiv.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-16 07:38:42 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-11-16 08:51:29 +0100
commit9bebb0a3fecb8fa8bca102f48d10e09e494a6b4d (patch)
tree0cdf448899f2c2714d2ffd00b83c1b2541ac4afc /fastiv.c
parent11b796945941d33beff624dabdbb20fbc0aabe3c (diff)
downloadfiv-9bebb0a3fecb8fa8bca102f48d10e09e494a6b4d.tar.gz
fiv-9bebb0a3fecb8fa8bca102f48d10e09e494a6b4d.tar.xz
fiv-9bebb0a3fecb8fa8bca102f48d10e09e494a6b4d.zip
Make this work at all in macOS/Homebrew
Diffstat (limited to 'fastiv.c')
-rw-r--r--fastiv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastiv.c b/fastiv.c
index f5fd463..4d2da78 100644
--- a/fastiv.c
+++ b/fastiv.c
@@ -22,6 +22,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
+#include <errno.h>
#include <fnmatch.h>