Skip to content
Snippets Groups Projects
Commit 84537921 authored by Julian Oes's avatar Julian Oes Committed by Daniel Agar
Browse files

visibility.h: fix missing headers

parent 7a768dba
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,9 @@
#else // defined(ENABLE_LOCKSTEP_SCHEDULER)
#include <stdlib.h>
#include <unistd.h>
#define system_usleep usleep
#define system_sleep sleep
#define system_clock_gettime clock_gettime
......
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