Skip to content
Snippets Groups Projects
Commit 34d5b600 authored by Yu Liao's avatar Yu Liao Committed by Shuah Khan
Browse files

selftests: vDSO: Explicitly include sched.h


The previous commit introduced the use of CLONE_NEWTIME without including
<sched.h> which contains its definition.

Add an explicit include of <sched.h> to ensure that CLONE_NEWTIME
is correctly defined before it is used.

Fixes: 2aec9003 ("selftests: vDSO: ensure vgetrandom works in a time namespace")
Signed-off-by: default avatarYu Liao <liaoyu15@huawei.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 3953a1d1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment