cat: fix build with -DNO_UDOM_SUPPORT
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
d2e90c7d09
commit
e278a20c2e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user