Fix build under Cygwin

This commit is contained in:
2023-07-07 12:00:54 +02:00
parent 92deba3890
commit ab75d2b61d
4 changed files with 13 additions and 3 deletions

1
fiv.c
View File

@@ -27,6 +27,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef G_OS_WIN32
#include <io.h>