Make fixups for libcrypt

This commit is contained in:
Justine Tunney 2024-02-23 07:39:44 -08:00
parent 9b4701b3bc
commit e72a88ea70
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
8 changed files with 30 additions and 16 deletions

View file

@ -89,6 +89,7 @@
#include "third_party/python/Include/warnings.h"
#include "third_party/python/Include/yoink.h"
#include "third_party/python/Modules/_multiprocessing/multiprocessing.h"
#include "libc/unistd.h"
#include "third_party/python/pyconfig.h"
PYTHON_PROVIDE("posix");