Skip to content

Commit

Permalink
examples/reg-wait: add sys/time,h
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
axboe committed Nov 2, 2024
1 parent 6e8946b commit 0733494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/reg-wait.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <string.h>
#include <unistd.h>
#include <assert.h>
#include <sys/time.h>
#include <liburing.h>

static unsigned long long mtime_since(const struct timeval *s,
Expand Down

0 comments on commit 0733494

Please sign in to comment.