From 4465796928057096f5cb5117866224faf39184cb Mon Sep 17 00:00:00 2001 From: naddy <> Date: Sat, 8 May 2010 19:16:33 +0000 Subject: * add #includes to pull in missing prototypes, as pointed out by gcc4 * fix CFLAGS syntax for make depend ok blambert@ --- src/regress/lib/libc/stdio_threading/include/local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/regress/lib/libc/stdio_threading/include') diff --git a/src/regress/lib/libc/stdio_threading/include/local.h b/src/regress/lib/libc/stdio_threading/include/local.h index 794d868071..e2ad4e31e0 100644 --- a/src/regress/lib/libc/stdio_threading/include/local.h +++ b/src/regress/lib/libc/stdio_threading/include/local.h @@ -15,6 +15,7 @@ */ #include +#include #include #include #include -- cgit v1.2.3-55-g6feb