aboutsummaryrefslogtreecommitdiff
path: root/fiv.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-07-07 12:00:54 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-07-07 12:01:12 +0200
commitab75d2b61d58bcfc9c8c22d53b0b4cf2658b17c3 (patch)
treea7946318e2d6962d3f3f743a64a2a57cab151a77 /fiv.c
parent92deba3890bbc74258e3f3bf8f9fe4b8a02fbb8d (diff)
downloadfiv-ab75d2b61d58bcfc9c8c22d53b0b4cf2658b17c3.tar.gz
fiv-ab75d2b61d58bcfc9c8c22d53b0b4cf2658b17c3.tar.xz
fiv-ab75d2b61d58bcfc9c8c22d53b0b4cf2658b17c3.zip
Fix build under Cygwin
Diffstat (limited to 'fiv.c')
-rw-r--r--fiv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fiv.c b/fiv.c
index ce2505e..01843c4 100644
--- a/fiv.c
+++ b/fiv.c
@@ -27,6 +27,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#ifdef G_OS_WIN32
#include <io.h>