From b854501973525b5c5ff0b440c0e86bbb849834e9 Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Sun, 11 Jan 2009 16:00:14 +0100 Subject: Fix for missing AI_ADDRCONFIG. --- btpd/btpd.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/btpd/btpd.h b/btpd/btpd.h index 3c9377b..8f25748 100644 --- a/btpd/btpd.h +++ b/btpd/btpd.h @@ -9,6 +9,9 @@ #include #include #include +#ifndef AI_ADDRCONFIG +#define AI_ADDRCONFIG 0 +#endif #include #include -- cgit 1.4.1