From f1f3d9f4c74a6f422543139bdf99be023769a5bb Mon Sep 17 00:00:00 2001 From: guenther Date: Sun, 20 Jul 2014 01:26:17 +0000 Subject: [PATCH] Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org) --- regress/lib/libc/stdio_threading/include/local.h | 1 + 1 file changed, 1 insertion(+) 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 #include #include #include -- 2.20.1