# | Line 43 | Line 43 | |
---|---|---|
43 | #include <stdlib.h> | |
44 | #include <string.h> | |
45 | ||
46 | + | #ifdef HAVE_PTHREADS |
47 | + | # include <pthread.h> |
48 | + | #endif |
49 | + | |
50 | #ifdef HAVE_FCNTL_H | |
51 | # include <fcntl.h> | |
52 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |