system: define _GNU_SOURCE for itimerspec

Fixes #230
This commit is contained in:
Wim Taymans 2020-04-24 12:54:08 +02:00
parent d024229166
commit 03027153e2

View file

@ -29,6 +29,10 @@
extern "C" {
#endif
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <time.h>
#include <sys/types.h>