diff options
Diffstat (limited to 'nptl_db')
-rw-r--r-- | nptl_db/ChangeLog | 6 | ||||
-rw-r--r-- | nptl_db/td_ta_event_getmsg.c | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog index c15ba3f..d4a4ad0 100644 --- a/nptl_db/ChangeLog +++ b/nptl_db/ChangeLog @@ -1,4 +1,8 @@ -2003-01-05 Ulrich Drepper <drepper@redhat.com> +2003-01-07 Jakub Jelinek <jakub@redhat.com> + + * td_ta_event_getmsg.c: Include assert.h. + +-2003-01-05 Ulrich Drepper <drepper@redhat.com> * Makefile (libthread_db.so-no-z-defs): Define. diff --git a/nptl_db/td_ta_event_getmsg.c b/nptl_db/td_ta_event_getmsg.c index 919ba65..ae3f8e7 100644 --- a/nptl_db/td_ta_event_getmsg.c +++ b/nptl_db/td_ta_event_getmsg.c @@ -1,5 +1,5 @@ /* Retrieve event. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. @@ -18,6 +18,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include <assert.h> #include <stddef.h> #include <string.h> |