diff options
author | 2014-07-20 01:26:17 +0000 | |
---|---|---|
committer | 2014-07-20 01:26:17 +0000 | |
commit | f1f3d9f4c74a6f422543139bdf99be023769a5bb (patch) | |
tree | 177426e9f1ee311cdcddec81cba4e02ca09294eb /regress/lib/libc/stdio_threading/include | |
parent | Mark fatal() as printf-like. (diff) | |
download | wireguard-openbsd-f1f3d9f4c74a6f422543139bdf99be023769a5bb.tar.xz wireguard-openbsd-f1f3d9f4c74a6f422543139bdf99be023769a5bb.zip |
Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org)
Diffstat (limited to 'regress/lib/libc/stdio_threading/include')
-rw-r--r-- | regress/lib/libc/stdio_threading/include/local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/lib/libc/stdio_threading/include/local.h b/regress/lib/libc/stdio_threading/include/local.h index b21fabd3901..8d0e628cf6c 100644 --- 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> |