cat: fix build with -DNO_UDOM_SUPPORT

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2017-08-09 18:23:46 +00:00
parent 3e13c1fa27
commit 4be62405c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=322325

View file

@ -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>