1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 01:05:15 +03:00
aports/testing/perl-sys-cpu/0001-musl-compat.patch
Jakub Jirutka 7feadd9082 testing/perl-sys-cpu: new abuild
http://search.cpan.org/dist/Sys-CPU/
Perl extension for getting CPU information
2016-06-12 17:43:06 +02:00

10 lines
236 B
Diff

--- a/CPU.xs
+++ b/CPU.xs
@@ -24,7 +24,6 @@
#include <winreg.h>
#else /* other (try unix) */
#include <unistd.h>
- #include <sys/unistd.h>
#endif
#if defined(__sun) || defined(__sun__)
#include <sys/processor.h>