From 57a9adae477abe664687758a1fcff978095b6018 Mon Sep 17 00:00:00 2001 From: d <> Date: Thu, 6 Jan 2000 08:45:50 +0000 Subject: include thread_private.h --- src/lib/libc/stdlib/exit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/libc/stdlib/exit.c b/src/lib/libc/stdlib/exit.c index bc7fd395ca..ab53f9400b 100644 --- a/src/lib/libc/stdlib/exit.c +++ b/src/lib/libc/stdlib/exit.c @@ -32,12 +32,13 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: exit.c,v 1.3 1998/11/20 11:18:50 d Exp $"; +static char *rcsid = "$OpenBSD: exit.c,v 1.4 2000/01/06 08:45:50 d Exp $"; #endif /* LIBC_SCCS and not lint */ #include #include #include "atexit.h" +#include "thread_private.h" void (*__cleanup)(); -- cgit v1.2.3-55-g6feb