aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cmp
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2016-09-19 20:43:03 +0000
committerConrad Meyer <cem@FreeBSD.org>2016-09-19 20:43:03 +0000
commitd36899d10f5d4eb96c888ad6317e69b430c1b200 (patch)
tree45ccfd5ecb4b20fb68ca8783d84f9764f87b4f45 /usr.bin/cmp
parentac7715e39e21397a73e6c0cd9e83471a4814e05d (diff)
Notes
Diffstat (limited to 'usr.bin/cmp')
-rw-r--r--usr.bin/cmp/cmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c
index 44f2fa3f3d1e..b1e0c4cc9106 100644
--- a/usr.bin/cmp/cmp.c
+++ b/usr.bin/cmp/cmp.c
@@ -42,8 +42,8 @@ static char sccsid[] = "@(#)cmp.c 8.3 (Berkeley) 4/2/94";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <sys/capsicum.h>
#include <sys/types.h>
+#include <sys/capsicum.h>
#include <sys/stat.h>
#include <err.h>