Win compile fix

This commit is contained in:
davidpanderson 2023-10-27 21:06:18 -07:00
parent b36c17f82b
commit 43efa3a368
1 changed files with 2 additions and 0 deletions

View File

@ -18,7 +18,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#ifndef _WIN32
#include <unistd.h>
#endif
#include <fcntl.h>
#include <stdio.h>