From f0d21d8f4dfc79707af2bdf219552f76beaddb73 Mon Sep 17 00:00:00 2001 From: guenther <> Date: Sun, 20 Jul 2014 01:26:17 +0000 Subject: Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org) --- src/regress/lib/libc/stdio_threading/include/local.h | 1 + 1 file changed, 1 insertion(+) 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 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include #include #include #include -- cgit v1.2.3-55-g6feb