diff options
| author | John Birrell <jb@FreeBSD.org> | 1997-05-03 03:57:21 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1997-05-03 03:57:21 +0000 |
| commit | 7f351fbb21589bc16f05a74769964c0d8f355f41 (patch) | |
| tree | 520751393a4232d9b485c1e42370be6501031302 /lib/libpthread/thread/thr_open.c | |
| parent | 870039320ffbf6d3defd48faa288bb650ca2a1cb (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_open.c')
| -rw-r--r-- | lib/libpthread/thread/thr_open.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_open.c b/lib/libpthread/thread/thr_open.c index 00bb91335755..ef7a5048fffb 100644 --- a/lib/libpthread/thread/thr_open.c +++ b/lib/libpthread/thread/thr_open.c @@ -29,11 +29,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $Id$ + * */ #include <stdarg.h> #include <unistd.h> #include <fcntl.h> #include <dirent.h> +#include <errno.h> #ifdef _THREAD_SAFE #include <pthread.h> #include "pthread_private.h" |
