librpc: fix rpc/netdb.h compatibility issues, fixes curl compile error with eglibc

SVN-Revision: 32686
master
Felix Fietkau 12 years ago
parent a1f0b3a771
commit f600a611ad
  1. 11
      package/librpc/patches/100-compat_fix.patch

@ -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…
Cancel
Save