diff options
Diffstat (limited to 'test/common/cread.c')
-rw-r--r-- | test/common/cread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/cread.c b/test/common/cread.c index 4edc7739604..e159caed041 100644 --- a/test/common/cread.c +++ b/test/common/cread.c @@ -3,8 +3,8 @@ * Copyright 2023 Google LLC */ -#include <common.h> #include <cli.h> +#include <time.h> #include <test/common.h> #include <test/test.h> #include <test/ut.h> |