summaryrefslogtreecommitdiffstats
path: root/regress/lib/libc/stdio_threading/include
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-07-20 01:26:17 +0000
committerguenther <guenther@openbsd.org>2014-07-20 01:26:17 +0000
commitf1f3d9f4c74a6f422543139bdf99be023769a5bb (patch)
tree177426e9f1ee311cdcddec81cba4e02ca09294eb /regress/lib/libc/stdio_threading/include
parentMark fatal() as printf-like. (diff)
downloadwireguard-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.h1
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>