diff options
Diffstat (limited to 'cancel.c')
-rw-r--r-- | cancel.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ * POSIX thread functions related to thread cancellation. */ +#include <errno.h> + #include "pthread.h" #include "implement.h" |