Re: [PATCH] samples/watch_test - fix build error

2019-10-11 Thread David Howells
This change is folded in, thanks (from Randy's patch).

[PATCH] samples/watch_test - fix build error

2019-09-19 Thread Valdis Klētnieks
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 | ^~