diff options
Diffstat (limited to 'src/thread/pthread_atfork.c')
| -rw-r--r-- | src/thread/pthread_atfork.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thread/pthread_atfork.c b/src/thread/pthread_atfork.c index c6f77b3f..76497401 100644 --- a/src/thread/pthread_atfork.c +++ b/src/thread/pthread_atfork.c @@ -1,5 +1,6 @@  #include <pthread.h>  #include "libc.h" +#include "lock.h"  static struct atfork_funcs {  	void (*prepare)(void);  | 
