From 30b7ca1cdf48ed5cd06e85144354428fe923a928 Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 25 Feb 2002 01:25:30 +0000 Subject: [PATCH] #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(-) 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