summaryrefslogtreecommitdiff
path: root/sbin/rcorder
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-01-25 02:30:44 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-01-25 02:30:44 +0000
commit6251a2629c2004292366779ce83a3a8d0ea29c37 (patch)
treeeb19cb4b2a7bbb024013b2d0f35f5c7ba3f00a0a /sbin/rcorder
parentbfd71a93e3724c38bd553ba07f709accc7f02e76 (diff)
downloadsrc-test2-6251a2629c2004292366779ce83a3a8d0ea29c37.tar.gz
src-test2-6251a2629c2004292366779ce83a3a8d0ea29c37.zip
Sort #include order
Notes
Notes: svn path=/projects/building-blocks/; revision=277670
Diffstat (limited to 'sbin/rcorder')
-rw-r--r--sbin/rcorder/rcorder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/rcorder/rcorder.c b/sbin/rcorder/rcorder.c
index 8c46b4fd1def..1371e37504cb 100644
--- a/sbin/rcorder/rcorder.c
+++ b/sbin/rcorder/rcorder.c
@@ -41,8 +41,8 @@ __FBSDID("$FreeBSD$");
#include <sys/stat.h>
#include <err.h>
-#include <stdio.h>
#include <libutil.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>