Skip to content

Commit f2d68d5

Browse files
committed
Fix mingw compilation
1 parent 5ecc7c3 commit f2d68d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sat/kissat/colors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "colors.h"
22

3-
#ifdef WIN32
3+
#if defined(WIN32) && !defined(__MINGW32__)
44
#define isatty _isatty
55
#else
66
#include <unistd.h>

0 commit comments

Comments
 (0)