From 987dbf11bbbc4bda364d8ec38bd7752142296dce Mon Sep 17 00:00:00 2001 From: tromey Date: Thu, 5 Jun 2003 15:43:58 +0000 Subject: 2003-06-05 Bert Deknuydt * include/posix-threads.h: Include on OSF. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67491 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/include/posix-threads.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libjava/include/posix-threads.h') diff --git a/libjava/include/posix-threads.h b/libjava/include/posix-threads.h index e28da0b5aaf..6c8dcec933c 100644 --- a/libjava/include/posix-threads.h +++ b/libjava/include/posix-threads.h @@ -1,7 +1,7 @@ // -*- c++ -*- // posix-threads.h - Defines for using POSIX threads. -/* Copyright (C) 1998, 1999, 2001 Free Software Foundation +/* Copyright (C) 1998, 1999, 2001, 2003 Free Software Foundation This file is part of libgcj. @@ -247,6 +247,8 @@ _Jv_ThreadSelf (void) #ifdef __FreeBSD__ #include #define PAL_rduniq PAL_rdunique +#elif defined (__osf__) +#include #else #include #endif -- cgit v1.2.3