aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2017-08-09 18:23:46 +0000
committerEd Maste <emaste@FreeBSD.org>2017-08-09 18:23:46 +0000
commit4be62405c0b88295311ef679a32f4eb0e7cba5f2 (patch)
tree822bda76cbcbcc35a2f7f332c8b108b19cf74dc0 /bin
parent3e13c1fa274b185e34e8caadb87ee2394115e79e (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/cat/cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cat/cat.c b/bin/cat/cat.c
index 5140cf6b7e1e..770ab61a08a4 100644
--- a/bin/cat/cat.c
+++ b/bin/cat/cat.c
@@ -51,12 +51,12 @@ __FBSDID("$FreeBSD$");
#ifndef NO_UDOM_SUPPORT
#include <sys/socket.h>
#include <sys/un.h>
-#include <errno.h>
#include <netdb.h>
#endif
#include <ctype.h>
#include <err.h>
+#include <errno.h>
#include <fcntl.h>
#include <locale.h>
#include <stddef.h>