From 0bbe770d6f71917cffe25124736b7d4f1e6db144 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 1 Jun 2003 23:03:49 +0000 Subject: [PATCH] Include string.h for memset(). --- lib/libc_r/test/Makefile | 2 +- lib/libc_r/test/guard_b.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc_r/test/Makefile b/lib/libc_r/test/Makefile index 0eb530c3ef14..98edbb2c09d6 100644 --- a/lib/libc_r/test/Makefile +++ b/lib/libc_r/test/Makefile @@ -26,7 +26,7 @@ CFLAGS := -Wall -pipe -g3 LDFLAGS_A := -static LDFLAGS_P := -pg LDFLAGS_S := -LIBS := -lc_r +LIBS := -lthr # Flags passed to verify. "-v" or "-u" may be useful. VFLAGS := diff --git a/lib/libc_r/test/guard_b.c b/lib/libc_r/test/guard_b.c index 42bf4edd3bbb..3824c07e139b 100644 --- a/lib/libc_r/test/guard_b.c +++ b/lib/libc_r/test/guard_b.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include