We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482c219 commit b4550f9Copy full SHA for b4550f9
src/libpsl-native/src/getuserfrompid.cpp
@@ -11,7 +11,7 @@
11
#include <sstream>
12
#include <errno.h>
13
14
-#if __APPLE__
+#if __APPLE__ || __FreeBSD__
15
#include <sys/sysctl.h>
16
#elif HAVE_SYSCONF
17
// do nothing
0 commit comments