1 parent 90574e2 commit 37e7de6Copy full SHA for 37e7de6
1 file changed
src/debugging/is_debugger_present.cpp
@@ -10,6 +10,9 @@ extern "C" __declspec(dllimport) int __stdcall IsDebuggerPresent(void);
10
#include <sys/sysctl.h>
11
#include <sys/types.h>
12
#include <unistd.h>
13
+ #if defined(__FreeBSD__)
14
+ #include <sys/user.h>
15
+ #endif
16
#elif defined(__unix__) || defined(__linux__) || defined(__ANDROID__)
17
#include <cctype>
18
#include <cstdio>
0 commit comments