Merge pull request #1814 from keepassxreboot/fix/mac-build-error

Fix build error on macOS
This commit is contained in:
TheZ3ro 2018-04-06 23:12:16 +02:00 committed by GitHub
commit 5a84978dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,8 +47,10 @@
#endif
#ifdef HAVE_PT_DENY_ATTACH
#include <sys/ptrace.h>
// clang-format off
#include <sys/types.h>
#include <sys/ptrace.h>
// clang-format on
#endif
namespace Tools