diff --git a/ChangeLog b/ChangeLog index 79380273f..55f850076 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ 2006-02-28 Richard Frith-Macdonald + * Source/unix/NSStream.m: More portability fixups ... use AF_UNIX and PF_UNIX if AF_LOCAL and PF_LOCAL are not avaulable. Check for PF_INET6 + * Tools/gdomap.c: include stdint.h for uint32_t on systems + where it's not included by other headers. 2006-02-27 Richard Frith-Macdonald diff --git a/Tools/gdomap.c b/Tools/gdomap.c index 9d98f7b3e..65fac09cc 100644 --- a/Tools/gdomap.c +++ b/Tools/gdomap.c @@ -31,6 +31,7 @@ #include #include #include +#include #include /* for gethostname() */ #ifndef __MINGW32__ #include /* for MAXHOSTNAMELEN */