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