patch-rocs_impl_unx_uthread_c 316 B

1234567891011121314
  1. $OpenBSD: patch-rocs_impl_unx_uthread_c,v 1.1 2017/05/07 23:57:16 espie Exp $
  2. Index: rocs/impl/unx/uthread.c
  3. --- rocs/impl/unx/uthread.c.orig
  4. +++ rocs/impl/unx/uthread.c
  5. @@ -26,6 +26,7 @@
  6. #include <stddef.h>
  7. #include <signal.h>
  8. #include <errno.h>
  9. +#include <unistd.h>
  10. #include <pthread.h>
  11. #include <sched.h>