From ce4d121fac55dcebf633bab0644ee701b8da7ad8 Mon Sep 17 00:00:00 2001 From: Reagan Bohan Date: Sat, 27 Apr 2024 11:18:43 +0000 Subject: tests: use poll.h in includes sys/poll.h is non-standard and including it on musl produces a warning. Signed-off-by: Reagan Bohan Reviewed-by: Kamil Konieczny --- tests/intel/xe_dma_buf_sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/intel/xe_dma_buf_sync.c') diff --git a/tests/intel/xe_dma_buf_sync.c b/tests/intel/xe_dma_buf_sync.c index b69283093..2db576ba8 100644 --- a/tests/intel/xe_dma_buf_sync.c +++ b/tests/intel/xe_dma_buf_sync.c @@ -20,7 +20,7 @@ #include "xe/xe_spin.h" #include #include -#include +#include #define MAX_N_BO 16 #define N_FD 2 -- cgit v1.2.3