diff options
Diffstat (limited to 'linuxthreads/events.c')
-rw-r--r-- | linuxthreads/events.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linuxthreads/events.c b/linuxthreads/events.c index e5be3d935b..c65bafc764 100644 --- a/linuxthreads/events.c +++ b/linuxthreads/events.c @@ -1,5 +1,5 @@ /* Event functions used while debugging. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -19,6 +19,8 @@ /* The functions contained here do nothing, they just return. */ +#include "internals.h" + void __linuxthreads_create_event (void) { |