Fix header include
This commit is contained in:
parent
eb5986d332
commit
aa0f0a2738
|
@ -22,7 +22,7 @@
|
|||
#include "tasks.h"
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
#include "rthreads/rthreads.h"
|
||||
#include <rthreads/rthreads.h>
|
||||
#endif
|
||||
|
||||
typedef struct
|
||||
|
|
Loading…
Reference in New Issue