Skip to content
Snippets Groups Projects
Commit 9254c3a1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Fix the socklen_t type too. Needed only when built with memory debugging

as then we include the memdebug.h header from the lib dir, and it then
requires this type... (fails on IRIX 6.5 without this)
parent 9c95ebcb
No related branches found
No related tags found
No related merge requests found
......@@ -89,3 +89,5 @@
/* Define if you have the <limits.h> header file */
#undef HAVE_LIMITS_H
/* type to use in place of socklen_t if not defined */
#undef socklen_t
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