[includes.h] Bug 267 add stdint.h
This commit is contained in:
parent
907881ec8e
commit
eae876e8ae
|
@ -3,6 +3,7 @@
|
||||||
- (tim) [monitor_mm.c] add missing declaration for xmmap(). Reported
|
- (tim) [monitor_mm.c] add missing declaration for xmmap(). Reported
|
||||||
by ayamura@ayamura.org
|
by ayamura@ayamura.org
|
||||||
- (tim) [configure.ac] Bug 267 rework int64_t test.
|
- (tim) [configure.ac] Bug 267 rework int64_t test.
|
||||||
|
- (tim) [includes.h] Bug 267 add stdint.h
|
||||||
|
|
||||||
20020717
|
20020717
|
||||||
- (bal) aixbff package updated by dtucker@zip.com.au
|
- (bal) aixbff package updated by dtucker@zip.com.au
|
||||||
|
@ -1388,4 +1389,4 @@
|
||||||
- (stevesk) entropy.c: typo in debug message
|
- (stevesk) entropy.c: typo in debug message
|
||||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2376 2002/07/18 18:44:50 tim Exp $
|
$Id: ChangeLog,v 1.2377 2002/07/18 18:49:32 tim Exp $
|
||||||
|
|
|
@ -115,6 +115,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
|
||||||
#ifdef HAVE_SYS_UN_H
|
#ifdef HAVE_SYS_UN_H
|
||||||
# include <sys/un.h> /* For sockaddr_un */
|
# include <sys/un.h> /* For sockaddr_un */
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_STDINT_H
|
||||||
|
# include <stdint.h>
|
||||||
|
#endif
|
||||||
#ifdef HAVE_SYS_BITYPES_H
|
#ifdef HAVE_SYS_BITYPES_H
|
||||||
# include <sys/bitypes.h> /* For u_intXX_t */
|
# include <sys/bitypes.h> /* For u_intXX_t */
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue