Skip to content
Snippets Groups Projects
Commit 97c2c9c9 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#2373 add declaration of h_errno

parent 44be38c0
Branches
Tags
No related merge requests found
......@@ -33,6 +33,11 @@
#include "ldap-int.h"
/* newer systems declare this in <netdb.h> for you, older ones don't.
* harmless to declare it again.
*/
extern int h_errno;
#ifndef LDAP_R_COMPILE
# undef HAVE_REENTRANT_FUNCTIONS
# undef HAVE_CTIME_R
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment