diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2013-02-03 15:15:52 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2013-02-03 15:15:52 +0100 |
commit | 03a31a4771efd7e48256ac0d7d2442f5e6bc381f (patch) | |
tree | e333e86c2fe1f3ef367548506d1aea355116f852 /contrib | |
parent | 7f6138ffd4935043382ce5f867ee9e177e0a9787 (diff) | |
download | fetchmail-03a31a4771efd7e48256ac0d7d2442f5e6bc381f.tar.gz fetchmail-03a31a4771efd7e48256ac0d7d2442f5e6bc381f.tar.bz2 fetchmail-03a31a4771efd7e48256ac0d7d2442f5e6bc381f.zip |
Make compatible with FreeBSD.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gai.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gai.c b/contrib/gai.c index 28961382..56e881cb 100644 --- a/contrib/gai.c +++ b/contrib/gai.c @@ -10,6 +10,8 @@ #include <stdlib.h> #include <string.h> +#include <sys/types.h> +#include <sys/socket.h> #include <netdb.h> /* |