summaryrefslogtreecommitdiff
path: root/lib/libpthread/debuglog.c
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2003-08-20 09:50:16 +0000
committermartin <martin@NetBSD.org>2003-08-20 09:50:16 +0000
commit88055fbde57b4432e304e504f28fbf16cca8401b (patch)
tree98551434ebc62aa2d847c58465eb93731fea90bc /lib/libpthread/debuglog.c
parentccbbb1b94c6494d21dd9de0f05a68b2aa2e2f9f5 (diff)
Include <stdlib.h> for exit() prototype.
Diffstat (limited to 'lib/libpthread/debuglog.c')
-rw-r--r--lib/libpthread/debuglog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/debuglog.c b/lib/libpthread/debuglog.c
index 2ebbd15e81e..427833a00ec 100644
--- a/lib/libpthread/debuglog.c
+++ b/lib/libpthread/debuglog.c
@@ -1,4 +1,4 @@
-/* $NetBSD: debuglog.c,v 1.4 2003/06/25 23:26:00 nathanw Exp $ */
+/* $NetBSD: debuglog.c,v 1.5 2003/08/20 09:50:16 martin Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -39,6 +39,7 @@
#include <err.h>
#include <stdarg.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/shm.h>