Fix includes for ptrace(PT_DENY_ATTACH, ...).

This commit is contained in:
Felix Geyer
2012-10-23 17:06:50 +02:00
parent 21f1eb2d14
commit 18337927f5
2 changed files with 3 additions and 1 deletions

View File

@@ -46,6 +46,7 @@
#endif
#ifdef HAVE_PT_DENY_ATTACH
#include <sys/types.h>
#include <sys/ptrace.h>
#endif