diff options
Diffstat (limited to 'linuxthreads_db/td_thr_tsd.c')
-rw-r--r-- | linuxthreads_db/td_thr_tsd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linuxthreads_db/td_thr_tsd.c b/linuxthreads_db/td_thr_tsd.c index 0dd37f8f2b..aa362fe68a 100644 --- a/linuxthreads_db/td_thr_tsd.c +++ b/linuxthreads_db/td_thr_tsd.c @@ -1,5 +1,5 @@ /* Get a thread-specific data pointer for a thread. - Copyright (C) 1999, 2001 Free Software Foundation, Inc. + Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. @@ -19,6 +19,7 @@ 02111-1307 USA. */ #include "thread_dbP.h" +#include <linuxthreads/internals.h> td_err_e |