mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Merge pull request #1814 from keepassxreboot/fix/mac-build-error
Fix build error on macOS
This commit is contained in:
commit
5a84978dab
@ -47,8 +47,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_PT_DENY_ATTACH
|
#ifdef HAVE_PT_DENY_ATTACH
|
||||||
#include <sys/ptrace.h>
|
// clang-format off
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <sys/ptrace.h>
|
||||||
|
// clang-format on
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace Tools
|
namespace Tools
|
||||||
|
Loading…
Reference in New Issue
Block a user