diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-06 07:05:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-06 07:05:27 +0000 |
commit | c409da175f0925b1d064f218ad069aa11a3f0dcc (patch) | |
tree | c953ffc98c6d1cbc2e5bf29e540b502e7d24ae3b | |
parent | 15341cdae111f6689327d72e57341b6ef614c342 (diff) | |
download | fetchmail-c409da175f0925b1d064f218ad069aa11a3f0dcc.tar.gz fetchmail-c409da175f0925b1d064f218ad069aa11a3f0dcc.tar.bz2 fetchmail-c409da175f0925b1d064f218ad069aa11a3f0dcc.zip |
Portability fix.
svn path=/trunk/; revision=604
-rw-r--r-- | mx.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,4 +8,7 @@ struct mxentry extern struct mxentry * getmxrecords(const char *); +/* some versions of FreeBSD should declare this but don't */ +extern int h_errno; + /* mx.h ends here */ |