We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d25cc1b + c350c1b commit 0da4fffCopy full SHA for 0da4fff
src/borg/_chunker.c
@@ -1,5 +1,8 @@
1
#include <Python.h>
2
#include <fcntl.h>
3
+#if !defined(_MSC_VER)
4
+# include <unistd.h>
5
+#endif
6
7
/* Cyclic polynomial / buzhash
8
0 commit comments