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/fwrite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/regress/lib/libc/stdio_threading/fwrite') diff --git a/src/regress/lib/libc/stdio_threading/fwrite/Makefile b/src/regress/lib/libc/stdio_threading/fwrite/Makefile index 5952a1f48a..e79899c475 100644 --- a/src/regress/lib/libc/stdio_threading/fwrite/Makefile +++ b/src/regress/lib/libc/stdio_threading/fwrite/Makefile @@ -1,6 +1,6 @@ TOPDIR=${.CURDIR} PROG=fwrite_test -CFLAGS+=-I ${TOPDIR}/../include/ +CFLAGS+=-I${TOPDIR}/../include/ LDFLAGS+=-lpthread .include -- cgit v1.2.3-55-g6feb