Module Name:    src
Committed By:   dholland
Date:           Mon Aug 22 00:35:08 UTC 2011

Modified Files:
        src/tests/lib/libpthread: t_join.c

Log Message:
Requires stdint.h.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libpthread/t_join.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libpthread/t_join.c
diff -u src/tests/lib/libpthread/t_join.c:1.5 src/tests/lib/libpthread/t_join.c:1.6
--- src/tests/lib/libpthread/t_join.c:1.5	Tue Nov 30 18:38:54 2010
+++ src/tests/lib/libpthread/t_join.c	Mon Aug 22 00:35:07 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: t_join.c,v 1.5 2010/11/30 18:38:54 joerg Exp $ */
+/* $NetBSD: t_join.c,v 1.6 2011/08/22 00:35:07 dholland Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -29,10 +29,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_join.c,v 1.5 2010/11/30 18:38:54 joerg Exp $");
+__RCSID("$NetBSD: t_join.c,v 1.6 2011/08/22 00:35:07 dholland Exp $");
 
 #include <errno.h>
 #include <pthread.h>
+#include <stdint.h>
 
 #include <atf-c.h>
 

Reply via email to