diff options
Diffstat (limited to 'libc/bionic/pthread_atfork.cpp')
| -rw-r--r-- | libc/bionic/pthread_atfork.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/bionic/pthread_atfork.cpp b/libc/bionic/pthread_atfork.cpp index b845f7d..82e2b59 100644 --- a/libc/bionic/pthread_atfork.cpp +++ b/libc/bionic/pthread_atfork.cpp @@ -28,6 +28,7 @@ #include <errno.h> #include <pthread.h> +#include <stdlib.h> struct atfork_t { atfork_t* next; |
