aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2013-02-03 15:15:52 +0100
committerMatthias Andree <matthias.andree@gmx.de>2013-02-03 15:15:52 +0100
commit03a31a4771efd7e48256ac0d7d2442f5e6bc381f (patch)
treee333e86c2fe1f3ef367548506d1aea355116f852 /contrib
parent7f6138ffd4935043382ce5f867ee9e177e0a9787 (diff)
downloadfetchmail-03a31a4771efd7e48256ac0d7d2442f5e6bc381f.tar.gz
fetchmail-03a31a4771efd7e48256ac0d7d2442f5e6bc381f.tar.bz2
fetchmail-03a31a4771efd7e48256ac0d7d2442f5e6bc381f.zip
Make compatible with FreeBSD.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gai.c2
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>
/*