blob: 0559551a97371f5d0ed533aabe9f738f3b407a36 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- 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>
|