1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 02:05:16 +03:00
aports/community/perl-sys-cpu/unistd.patch
2022-11-08 15:15:38 +01:00

12 lines
295 B
Diff

diff --git a/CPU.xs b/CPU.xs
index 236b14d..98f1c79 100644
--- 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>