Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
HiGarfield committed Sep 28, 2024
1 parent c9f297a commit b85871d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/process_iterator_apple.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
#include <errno.h>
#include <libproc.h>
#include "process_iterator.h"
#include <unistd.h>
#include <sys/sysctl.h>

static int unique_nonzero_pids(pid_t *arr_in, int len_in, pid_t *arr_out)
{
Expand Down

0 comments on commit b85871d

Please sign in to comment.