diff options
-rw-r--r-- | pfinet/linux/wait.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pfinet/linux/wait.h b/pfinet/linux/wait.h index b785190d..cf4320c0 100644 --- a/pfinet/linux/wait.h +++ b/pfinet/linux/wait.h @@ -1,9 +1,11 @@ #ifndef _HACK_WAIT_H_ #define _HACK_WAIT_H_ +#include <cthreads.h> + struct wait_queue { - struct condition *c; + struct condition c; }; typedef struct select_table_struct |