incluse stdint.h for uint32_t

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22580 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-02-28 12:48:16 +00:00
parent 2f02241a0d
commit 7968ee1132
2 changed files with 4 additions and 0 deletions

View file

@ -1,7 +1,10 @@
2006-02-28 Richard Frith-Macdonald <rfm@gnu.org>
* 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 <rfm@gnu.org>

View file

@ -31,6 +31,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdint.h>
#include <unistd.h> /* for gethostname() */
#ifndef __MINGW32__
#include <sys/param.h> /* for MAXHOSTNAMELEN */