We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db71a07 + 0bee11e commit 683e3a1Copy full SHA for 683e3a1
1 file changed
include/libmemcached-1.0/struct/server.h
@@ -21,6 +21,10 @@
21
# include <netdb.h>
22
#endif
23
24
+#ifdef HAVE_IN_PORT_T
25
+# include <netinet/in.h>
26
+#endif
27
+
28
#ifdef NI_MAXHOST
29
# define MEMCACHED_NI_MAXHOST NI_MAXHOST
30
#else
0 commit comments