Skip to content

Commit 255763e

Browse files
committed
examples/zcrx: add missing time.h header
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent afffc09 commit 255763e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/zcrx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <string.h>
1111
#include <unistd.h>
1212
#include <stdarg.h>
13+
#include <time.h>
1314

1415
#include <arpa/inet.h>
1516
#include <linux/errqueue.h>

0 commit comments

Comments
 (0)