summaryrefslogtreecommitdiff
path: root/lib/libpthread/t_sem.c
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-16 17:25:48 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-16 17:25:48 +0000
commit03c41ac965df56079c04c1750c684b942e27c59a (patch)
tree95238c07f579c78188d230f8759f0d0345b0f6ae /lib/libpthread/t_sem.c
parent181439425f0bb490970e4e7022295f139d9988ad (diff)
Notes
Diffstat (limited to 'lib/libpthread/t_sem.c')
-rw-r--r--lib/libpthread/t_sem.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libpthread/t_sem.c b/lib/libpthread/t_sem.c
index a4e03ae9c605..3d15eddab64b 100644
--- a/lib/libpthread/t_sem.c
+++ b/lib/libpthread/t_sem.c
@@ -1,4 +1,4 @@
-/* $NetBSD: t_sem.c,v 1.8 2014/11/04 00:20:19 justin Exp $ */
+/* $NetBSD: t_sem.c,v 1.9 2017/01/16 16:22:22 christos Exp $ */
/*
* Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
@@ -86,8 +86,9 @@
#include <sys/cdefs.h>
__COPYRIGHT("@(#) Copyright (c) 2008, 2010\
The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: t_sem.c,v 1.8 2014/11/04 00:20:19 justin Exp $");
+__RCSID("$NetBSD: t_sem.c,v 1.9 2017/01/16 16:22:22 christos Exp $");
+#include <sys/time.h>
#include <errno.h>
#include <fcntl.h>
#include <pthread.h>