From 86019102d48c926515e0e644cdc98a4f7d5db582 Mon Sep 17 00:00:00 2001 From: kevans Date: Tue, 14 Aug 2018 01:57:11 +0000 Subject: [PATCH] MFC r322325: cat: fix build with -DNO_UDOM_SUPPORT PR: 230489 git-svn-id: svn://svn.freebsd.org/base/stable/10@337734 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- bin/cat/cat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cat/cat.c b/bin/cat/cat.c index 092d0b065..4599b6604 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -51,11 +51,11 @@ __FBSDID("$FreeBSD$"); #ifndef NO_UDOM_SUPPORT #include #include -#include #endif #include #include +#include #include #include #include -- 2.42.0