From df100d999bc39b918f3da6af11f1fe9735b6dc08 Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Thu, 27 Jul 2017 15:08:37 +0000 Subject: Fix all clang warnings in libc regress and cleanup some make files. --- src/regress/lib/libc/atexit/atexit_test.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libc/atexit/atexit_test.c') diff --git a/src/regress/lib/libc/atexit/atexit_test.c b/src/regress/lib/libc/atexit/atexit_test.c index e1ea82f827..b060a9b341 100644 --- a/src/regress/lib/libc/atexit/atexit_test.c +++ b/src/regress/lib/libc/atexit/atexit_test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atexit_test.c,v 1.8 2015/10/25 04:11:00 guenther Exp $ */ +/* $OpenBSD: atexit_test.c,v 1.9 2017/07/27 15:08:37 bluhm Exp $ */ /* * Copyright (c) 2002 Daniel Hartmeier @@ -39,6 +39,9 @@ #include #include #include + +#include "include/namespace.h" +#include "hidden/stdlib.h" #include "stdlib/atexit.h" void handle_first(void); -- cgit v1.2.3-55-g6feb