Hopefully fix Windows build issues.

This commit is contained in:
Michael R Sweet
2025-04-18 17:07:53 -04:00
parent b278e33aac
commit 1393cd6c04
3 changed files with 4 additions and 3 deletions

1
test.h
View File

@@ -33,6 +33,7 @@
# include <stdbool.h>
# include <string.h>
# if _WIN32
# include <io.h>
# define isatty(f) _isatty(f)
# else
# include <unistd.h>