From c19df554363a481b867cff769b1fd2533e12a52b 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. --- libutil/_secure_path.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libutil/_secure_path.c') diff --git a/libutil/_secure_path.c b/libutil/_secure_path.c index 5c6572d..550a092 100644 --- a/libutil/_secure_path.c +++ b/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-56-ge451