Merge branch 'master' of https://github.com/huberteff/liburing

* 'master' of https://github.com/huberteff/liburing:
  The io_uring.7 manpage has an example that uses the "errno" variable. This variable is not known and leads to a compiler error, due to a missing #include <errno.h>. Add it to get the example compiled.