Skip to content
Snippets Groups Projects
Commit f600a611 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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

SVN-Revision: 32686
parent a1f0b3a7
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment