Skip to content

Commit 5a55634

Browse files
committed
examples/proxy: include sys/time.h for gettimeofday()
Fixes: e7b18c0 ("examples/proxy: track start and end time") Signed-off-by: Jens Axboe <[email protected]>
1 parent df7965c commit 5a55634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/proxy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <stdlib.h>
3636
#include <string.h>
3737
#include <sys/socket.h>
38-
#include <time.h>
38+
#include <sys/time.h>
3939
#include <unistd.h>
4040
#include <liburing.h>
4141

0 commit comments

Comments
 (0)