diff options
| author | guenther <> | 2014-07-20 01:26:17 +0000 | 
|---|---|---|
| committer | guenther <> | 2014-07-20 01:26:17 +0000 | 
| commit | f0d21d8f4dfc79707af2bdf219552f76beaddb73 (patch) | |
| tree | a02e2bed81493ba59b54e866f8293656eba61dd9 /src/regress/lib/libc/stdio_threading/include | |
| parent | db0047c9f0fd9f8fef73fe2f86eb45d65ba8e7cd (diff) | |
| download | openbsd-f0d21d8f4dfc79707af2bdf219552f76beaddb73.tar.gz openbsd-f0d21d8f4dfc79707af2bdf219552f76beaddb73.tar.bz2 openbsd-f0d21d8f4dfc79707af2bdf219552f76beaddb73.zip | |
Add missing include.  Tickled by Doug Hogan (doug (at) acyclic.org)
Diffstat (limited to 'src/regress/lib/libc/stdio_threading/include')
| -rw-r--r-- | src/regress/lib/libc/stdio_threading/include/local.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/regress/lib/libc/stdio_threading/include/local.h b/src/regress/lib/libc/stdio_threading/include/local.h index b21fabd390..8d0e628cf6 100644 --- a/src/regress/lib/libc/stdio_threading/include/local.h +++ b/src/regress/lib/libc/stdio_threading/include/local.h | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
| 15 | */ | 15 | */ | 
| 16 | 16 | ||
| 17 | #include <err.h> | ||
| 17 | #include <stdio.h> | 18 | #include <stdio.h> | 
| 18 | #include <stdlib.h> | 19 | #include <stdlib.h> | 
| 19 | #include <string.h> | 20 | #include <string.h> | 
