bongozone / vcvrack-rtlsdr

📻 FM radio for rtl-sdr USB dongles in the VCVRack environment
https://vcvrack.com/plugins.html#SDR
GNU General Public License v2.0
21 stars 7 forks source link

sched.h not always in /usr/include/pthread folder #16

Closed davephillips closed 6 years ago

davephillips commented 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.

wizardishungry commented 6 years ago

It looks like both Linux and Mac work with

 #include <sched.h>