cat: fix build with -DNO_UDOM_SUPPORT

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
emaste 2017-08-09 18:23:46 +00:00
parent d2e90c7d09
commit e278a20c2e

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>