--- /dev/null
+Drop <sys/unistd.h> include
+
+<sys/unistd.h> does not exist in musl or uClibc, so including it
+causes a build failure. In glibc, it simply redirects to <unistd.h>,
+so we can safely drop the inclusion of <sys/unistd.h>
+
+Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
+
+Index: b/CPU.xs
+===================================================================
+--- a/CPU.xs
++++ b/CPU.xs
+@@ -24,7 +24,6 @@
+ #include <winreg.h>\r
+ #else /* other (try unix) */\r
+ #include <unistd.h>\r
+- #include <sys/unistd.h>\r
+ #endif\r
+ #if defined(__sun) || defined(__sun__) \r
+ #include <sys/processor.h>\r