Package: liburing-dev Version: 0.6-2 It appears to be impossible to build anything with liburing-dev, not even the examples shipped in the package:
$ gcc /usr/share/doc/liburing-dev/examples/io_uring-test.c
In file included from /usr/include/liburing.h:14,
from /usr/share/doc/liburing-dev/examples/io_uring-test.c:13:
/usr/include/liburing/compat.h:5:10: fatal error: linux/time_types.h: No such
file or directory
#include <linux/time_types.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.

