Skip to content

Commit

Permalink
stress-workload: include sched.h required for aarch64-linux-android33…
Browse files Browse the repository at this point in the history
…-clang

Signed-off-by: Colin Ian King <[email protected]>
  • Loading branch information
ColinIanKing committed Dec 11, 2023
1 parent 5269ee4 commit 866ebc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stress-workload.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
#include "core-target-clones.h"
#include "core-vecmath.h"

#include <sched.h>

#if defined(HAVE_MQUEUE_H)
#include <mqueue.h>
#endif
Expand Down

0 comments on commit 866ebc3

Please sign in to comment.