Provide all missing IPv6 definitions in lib/ipv6.h.

This commit is contained in:
Guus Sliepen 2003-07-07 11:11:33 +00:00
parent 1401faf608
commit 30c0381d71
4 changed files with 7 additions and 28 deletions

View file

@ -25,6 +25,7 @@
#include "fake-getaddrinfo.h"
#include "fake-getnameinfo.h"
#include "ipv6.h"
#define min(a,b) (((a)<(b))?(a):(b))