diff options
Diffstat (limited to 'misc/ptrace.c')
-rw-r--r-- | misc/ptrace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/ptrace.c b/misc/ptrace.c index 06356c9c92..aace1b5a34 100644 --- a/misc/ptrace.c +++ b/misc/ptrace.c @@ -19,7 +19,6 @@ #include <sys/ptrace.h> #include <sys/types.h> #include <stdarg.h> -#include <libc-internal.h> /* Perform process tracing functions. REQUEST is one of the values in <sys/ptrace.h>, and determines the action to be taken. |