Skip to content

Commit 493b86b

Browse files
committed
windows doesn't have unitstd.h
1 parent 7a15ccf commit 493b86b

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python.cext/include

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.cext/include/pyconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@
157157
#define HAVE_SYS_STAT_H 1
158158
#define HAVE_ERRNO_H 1
159159
#define HAVE_UTIME_H
160-
#define HAVE_UNISTD_H
161160
#define HAVE_SIGNAL_H
162161
#define HAVE_FCNTL_H
163162

@@ -168,6 +167,7 @@
168167
#define WITH_THREAD 1
169168

170169
#ifndef MS_WINDOWS
170+
#define HAVE_UNISTD_H
171171
#define HAVE_PTHREAD_H
172172
#define HAVE_SYS_WAIT_H
173173
#define HAVE_SYS_TIME_H

0 commit comments

Comments
 (0)