diff options
Diffstat (limited to 'mx.h')
-rw-r--r-- | mx.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ struct mxentry extern struct mxentry * getmxrecords(const char *); /* some versions of FreeBSD should declare this but don't */ +/* But only declare it if it isn't already */ +#ifndef h_errno extern int h_errno; +#endif /* ndef h_errno */ /* mx.h ends here */ |