artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9456c97
)
Need <string.h> for memset()
author
guenther
<guenther@openbsd.org>
Sun, 18 Oct 2015 23:27:43 +0000
(23:27 +0000)
committer
guenther
<guenther@openbsd.org>
Sun, 18 Oct 2015 23:27:43 +0000
(23:27 +0000)
regress/lib/libc/sleep/sleep_test.c
patch
|
blob
|
history
diff --git
a/regress/lib/libc/sleep/sleep_test.c
b/regress/lib/libc/sleep/sleep_test.c
index
c9ab0d0
..
4c77643
100644
(file)
--- a/
regress/lib/libc/sleep/sleep_test.c
+++ b/
regress/lib/libc/sleep/sleep_test.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sleep_test.c,v 1.
1 2009/12/14 05:08:19
guenther Exp $ */
+/* $OpenBSD: sleep_test.c,v 1.
2 2015/10/18 23:27:43
guenther Exp $ */
/*
* Copyright (c) 2009 Philip Guenther
@@
-41,6
+41,7
@@
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
static void