mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 12:45:18 +03:00
13 lines
252 B
Diff
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
|