mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
2f02241a0d
commit
7968ee1132
2 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue