From 34aab239d9c3446fa0c77376bc7993ff23ff0eed Mon Sep 17 00:00:00 2001 From: otto <> Date: Tue, 24 Jan 2017 16:03:28 +0000 Subject: fix make clean and warnings --- src/regress/lib/libc/malloc/malloc_general/Makefile | 3 ++- src/regress/lib/libc/malloc/malloc_general/malloc_general.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/regress/lib/libc/malloc/malloc_general/Makefile b/src/regress/lib/libc/malloc/malloc_general/Makefile index ad6b6dcfbe..a0ee823bbe 100644 --- a/src/regress/lib/libc/malloc/malloc_general/Makefile +++ b/src/regress/lib/libc/malloc/malloc_general/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/24 15:32:20 otto Exp $ +# $OpenBSD: Makefile,v 1.3 2017/01/24 16:03:28 otto Exp $ REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 +PROG= malloc_general .include diff --git a/src/regress/lib/libc/malloc/malloc_general/malloc_general.c b/src/regress/lib/libc/malloc/malloc_general/malloc_general.c index 3458b64c2a..51bfb03a34 100644 --- a/src/regress/lib/libc/malloc/malloc_general/malloc_general.c +++ b/src/regress/lib/libc/malloc/malloc_general/malloc_general.c @@ -15,6 +15,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include #include #include #include -- cgit v1.2.3-55-g6feb