Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread include correct header for "last minute just-...



details:   https://anonhg.NetBSD.org/src/rev/78d3e757ca29
branches:  trunk
changeset: 334948:78d3e757ca29
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Dec 17 01:49:08 2014 +0000

description:
include correct header for "last minute just-in-case defensive addition
that's too trivial to check"

diffstat:

 lib/libpthread/pthread_makelwp_netbsd.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 339329e5190e -r 78d3e757ca29 lib/libpthread/pthread_makelwp_netbsd.c
--- a/lib/libpthread/pthread_makelwp_netbsd.c   Tue Dec 16 21:01:34 2014 +0000
+++ b/lib/libpthread/pthread_makelwp_netbsd.c   Wed Dec 17 01:49:08 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pthread_makelwp_netbsd.c,v 1.1 2014/12/16 20:05:54 pooka Exp $ */
+/*     $NetBSD: pthread_makelwp_netbsd.c,v 1.2 2014/12/17 01:49:08 pooka Exp $ */
 
 /*-
  * Copyright (c) 2001, 2002, 2003, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -30,12 +30,13 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: pthread_makelwp_netbsd.c,v 1.1 2014/12/16 20:05:54 pooka Exp $");
+__RCSID("$NetBSD: pthread_makelwp_netbsd.c,v 1.2 2014/12/17 01:49:08 pooka Exp $");
 
 #include <sys/param.h>
 
 #include <lwp.h>
 #include <pthread.h>
+#include <string.h>
 
 #include "pthread_int.h"
 #include "pthread_makelwp.h"



Home | Main Index | Thread Index | Old Index