diff options
| author | Andrea Possemato | 2016-04-05 11:18:59 +0200 |
|---|---|---|
| committer | jvoisin | 2016-04-05 11:18:59 +0200 |
| commit | d82685c027edef9f7ca73a98413d7ec562391dbd (patch) | |
| tree | 602c7f479b9f36bcd6d65e9f933d52e19d20c34c /detect/gdb.c | |
| parent | 8356443afb0c80d49246ff41b7942bba7c76a7c6 (diff) | |
Add gdb detection via environment variables
Diffstat (limited to 'detect/gdb.c')
| -rw-r--r-- | detect/gdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/detect/gdb.c b/detect/gdb.c index fd0dacd..00336d6 100644 --- a/detect/gdb.c +++ b/detect/gdb.c | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | #include <signal.h> | 7 | #include <signal.h> |
| 8 | #include <stdio.h> | 8 | #include <stdio.h> |
| 9 | #include <unistd.h> | ||
| 9 | #include <stdlib.h> | 10 | #include <stdlib.h> |
| 10 | #include <string.h> | 11 | #include <string.h> |
| 11 | #include <sys/ptrace.h> | 12 | #include <sys/ptrace.h> |
