librpc: fix rpc/netdb.h compatibility issues, fixes curl compile error with eglibc
SVN-Revision: 32686
This commit is contained in:
parent
a1f0b3a771
commit
f600a611ad
1 changed files with 11 additions and 0 deletions
|
@ -201,3 +201,14 @@
|
|||
+
|
||||
+
|
||||
+#endif
|
||||
--- a/rpc/netdb.h
|
||||
+++ b/rpc/netdb.h
|
||||
@@ -41,6 +41,8 @@
|
||||
#define __need_size_t
|
||||
#include <stddef.h>
|
||||
|
||||
+#include "types.h"
|
||||
+
|
||||
__BEGIN_DECLS
|
||||
|
||||
struct rpcent
|
||||
|
|
Loading…
Reference in a new issue