#define _XOPEN_SOURCE 600 // for clock_nanosleep()
This commit is contained in:
parent
4464a3e2ca
commit
7c731cae3d
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue