summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_open.c
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1997-05-03 03:57:21 +0000
committerJohn Birrell <jb@FreeBSD.org>1997-05-03 03:57:21 +0000
commit7f351fbb21589bc16f05a74769964c0d8f355f41 (patch)
tree520751393a4232d9b485c1e42370be6501031302 /lib/libpthread/thread/thr_open.c
parent870039320ffbf6d3defd48faa288bb650ca2a1cb (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_open.c')
-rw-r--r--lib/libpthread/thread/thr_open.c3
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"