Re: [PATCH] samples/watch_test - fix build error
This change is folded in, thanks (from Randy's patch).
[PATCH] samples/watch_test - fix build error
We're missing a depends in the Kconfig, which can lead to trying to build without the required headers being present.. HOSTCC samples/watch_queue/watch_test samples/watch_queue/watch_test.c:23:10: fatal error: linux/watch_queue.h: No such file or directory 23 | #include | ^~