summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/which/which.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/which/which.c b/usr.bin/which/which.c
index 10161fe..0f4c1b4 100644
--- a/usr.bin/which/which.c
+++ b/usr.bin/which/which.c
@@ -28,9 +28,8 @@
__FBSDID("$FreeBSD$");
-#include <sys/stat.h>
#include <sys/param.h>
-
+#include <sys/stat.h>
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud