summaryrefslogtreecommitdiff
path: root/lib/libpthread/t_sem.c
diff options
context:
space:
mode:
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>