#define _XOPEN_SOURCE 600 // for clock_nanosleep()

This commit is contained in:
Andreas Öman 2010-01-07 21:06:57 +00:00
parent 4464a3e2ca
commit 7c731cae3d

View file

@ -16,6 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define _XOPEN_SOURCE 600 // for clock_nanosleep()
#include <pthread.h>
#include <stdint.h>
#include <sys/types.h>