Skip to content

Commit f85e3b3

Browse files
committed
tcp_fastopen: Fix compilation.
Fix compilation on missing CLOCK_MONOTONIC_RAW. Signed-off-by: Cyril Hrubis <[email protected]>
1 parent fb6efc4 commit f85e3b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testcases/network/tcp_fastopen/tcp_fastopen.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
#include "test.h"
3535
#include "usctest.h"
36+
#include "lapi/posix_clocks.h"
3637
#include "safe_macros.h"
3738

3839
char *TCID = "tcp_fastopen";

0 commit comments

Comments
 (0)