Don't include <crypt.h> from <stdlib.h> (#1112)

This commit is contained in:
Ivan Komarov 2024-02-23 16:18:35 +01:00 committed by GitHub
parent f7ff515961
commit 9b4701b3bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,5 @@
#include "libc/str/str.h"
#include "libc/sysv/consts/exit.h"
#include "libc/temp.h"
#include "third_party/musl/crypt.h"
#include "third_party/musl/rand48.h"
#endif /* _STDLIB_H */