artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
688df7c
)
Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org)
author
guenther
<guenther@openbsd.org>
Sun, 20 Jul 2014 01:26:17 +0000
(
01:26
+0000)
committer
guenther
<guenther@openbsd.org>
Sun, 20 Jul 2014 01:26:17 +0000
(
01:26
+0000)
regress/lib/libc/stdio_threading/include/local.h
patch
|
blob
|
history
diff --git
a/regress/lib/libc/stdio_threading/include/local.h
b/regress/lib/libc/stdio_threading/include/local.h
index
b21fabd
..
8d0e628
100644
(file)
--- a/
regress/lib/libc/stdio_threading/include/local.h
+++ b/
regress/lib/libc/stdio_threading/include/local.h
@@
-14,6
+14,7
@@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>