Closed davephillips closed 6 years ago
As noted on the FB group page, sched.h is sometimes installed in /usr/include and not in /usr/include/pthread. I'm not sure how you can check for that, but it's an easy fix at the user level.
It looks like both Linux and Mac work with
#include <sched.h>
As noted on the FB group page, sched.h is sometimes installed in /usr/include and not in /usr/include/pthread. I'm not sure how you can check for that, but it's an easy fix at the user level.