Skip to content

Commit

Permalink
Update tardis.c
Browse files Browse the repository at this point in the history
  • Loading branch information
luxe authored May 31, 2021
1 parent 99032ee commit 2562c72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tardis.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
#include <unistd.h>
#include <stdlib.h>
#include <signal.h>
#ifdef __APPLE__
#include <sys/wait.h>
#else
#include <wait.h>
#endif
#include <time.h>
#include <sys/ptrace.h>
#include <elf.h>
Expand Down

0 comments on commit 2562c72

Please sign in to comment.