Needs sys/select.h for fd_set; fails only when _POSIX_SOURCE is defined,
because then something else doesn't include it. (I guess.)
This commit is contained in:
parent
89050ca13e
commit
b030061971
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: svc.h,v 1.31 2016/01/23 02:34:09 dholland Exp $ */
|
||||
/* $NetBSD: svc.h,v 1.32 2016/01/23 02:36:57 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
|
||||
@ -42,6 +42,7 @@
|
||||
#define _RPC_SVC_H_
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#include <sys/select.h>
|
||||
#include <rpc/rpc_com.h>
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user