From 163ae6707cd847dfb0bb482aa7706cacea2f22b5 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 25 Feb 2002 01:25:30 +0000 Subject: #include for the definition of NULL instead of depending on namespace pollution 2 layers deep in . Sorted includes. --- lib/libutil/_secure_path.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libutil/_secure_path.c') diff --git a/lib/libutil/_secure_path.c b/lib/libutil/_secure_path.c index 5c6572dec3d4..550a092d00c2 100644 --- a/lib/libutil/_secure_path.c +++ b/lib/libutil/_secure_path.c @@ -24,9 +24,11 @@ __FBSDID("$FreeBSD$"); #include #include -#include + #include #include +#include +#include /* * Check for common security problems on a given path -- cgit v1.2.3