There was an error while loading. Please reload this page.
1 parent 8c168fe commit c2e665dCopy full SHA for c2e665d
1 file changed
Utilities/Tools/cpulimit/cpulimit.c
@@ -38,7 +38,9 @@
38
#include <string.h>
39
#include <sys/stat.h>
40
#include <sys/time.h>
41
+#if defined(__APPLE__)
42
#include <sys/sysctl.h>
43
+#endif
44
#include <sys/resource.h>
45
#include <sys/types.h>
46
#include <sys/wait.h>
0 commit comments