Skip to content

Commit

Permalink
Fix missing include in ptutil.c
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Nov 8, 2024
1 parent dbe79f5 commit fd6b6ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ptutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <stdlib.h>
#include <sys/personality.h>
#include <sys/wait.h>
#include <sys/ptrace.h>
Expand Down

0 comments on commit fd6b6ea

Please sign in to comment.