diff options
| author | pooka <pooka@NetBSD.org> | 2014-12-17 01:49:08 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2014-12-17 01:49:08 +0000 |
| commit | ea2014a855c531d00fd1897f1862ab0ebaa44341 (patch) | |
| tree | ced6704a264acb8adafa8154a208c522ec3b151a /lib/libpthread | |
| parent | 736a1e722bcf52d9509f79c5a324f29128afb97e (diff) | |
include correct header for "last minute just-in-case defensive addition
that's too trivial to check"
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/pthread_makelwp_netbsd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_makelwp_netbsd.c b/lib/libpthread/pthread_makelwp_netbsd.c index 10d72e84eda..ab7cbdc50b0 100644 --- a/lib/libpthread/pthread_makelwp_netbsd.c +++ b/lib/libpthread/pthread_makelwp_netbsd.c @@ -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" |
