We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd48ecf commit 8efde82Copy full SHA for 8efde82
2 files changed
src/cpulimit.c
@@ -43,6 +43,10 @@
43
#include <sys/types.h>
44
#include <sys/wait.h>
45
46
+#ifdef __APPLE__ || __FREEBSD__
47
+#include <libgen.h>
48
+#endif
49
+
50
#include "process_group.h"
51
#include "list.h"
52
tests/process_iterator_test.c
@@ -28,7 +28,7 @@
28
#include <signal.h>
29
#include <string.h>
30
31
-#ifdef __APPLE__
32
#include <libgen.h>
33
#endif
34
0 commit comments