Skip to content

Commit

Permalink
Fix missing unistd in kprobe_queue.c
Browse files Browse the repository at this point in the history
Spotted on el8
  • Loading branch information
haesbaert committed Sep 23, 2024
1 parent 5ea0608 commit fdebd7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kprobe_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <string.h>
#include <strings.h>
#include <time.h>
#include <unistd.h>

#include "quark.h"

Expand Down

0 comments on commit fdebd7f

Please sign in to comment.