Skip to content
Snippets Groups Projects
Commit 079173d0 authored by deuce's avatar deuce
Browse files

Include stdlib.h for definition of NULL

parent 68ea4735
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@
#if defined(__unix__)
#include <sys/time.h> /* timespec */
#include <stdlib.h> /* NULL */
int
sem_trywait_block(sem_t *sem, unsigned long timeout)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment