mirror of
https://github.com/jorisvink/kore
synced 2025-03-10 04:59:02 -04:00
Include pthread.h in tasks.h, fixes compilation under OpenBSD
This commit is contained in:
parent
86434a57c1
commit
c3ea0e9e66
@ -17,6 +17,8 @@
|
||||
#ifndef __H_KORE_TASKS
|
||||
#define __H_KORE_TASKS
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#define KORE_TASK_STATE_CREATED 1
|
||||
#define KORE_TASK_STATE_RUNNING 2
|
||||
#define KORE_TASK_STATE_FINISHED 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user