1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 12:45:18 +03:00
aports/testing/py3-pycosat/musl-compat.patch
2019-05-07 21:49:02 +02:00

13 lines
252 B
Diff

Upstream-Issue: https://github.com/ContinuumIO/pycosat/pull/29
--- a/picosat.c
+++ b/picosat.c
@@ -8147,7 +8147,7 @@
#ifndef NGETRUSAGE
#include <sys/time.h>
#include <sys/resource.h>
-#include <sys/unistd.h>
+#include <unistd.h>
#endif
double