diff options
Diffstat (limited to 'private.c')
-rw-r--r-- | private.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ * the implementation and may be used throughout it. */ +#include <errno.h> + #include "pthread.h" #include "implement.h" |