Merge pull request #7956 from ThomasWaldmann/py313-unistdh-1.2

include unistd.h in _chunker.c
This commit is contained in:
TW 2023-12-02 00:44:59 +01:00 committed by GitHub
commit e50d26757c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#include <Python.h>
#include <fcntl.h>
#if !defined(_MSC_VER)
# include <unistd.h>
#endif
/* Cyclic polynomial / buzhash