[includes.h] Bug 267 add stdint.h

This commit is contained in:
Tim Rice 2002-07-18 11:49:32 -07:00
parent 907881ec8e
commit eae876e8ae
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,7 @@
- (tim) [monitor_mm.c] add missing declaration for xmmap(). Reported
by ayamura@ayamura.org
- (tim) [configure.ac] Bug 267 rework int64_t test.
- (tim) [includes.h] Bug 267 add stdint.h
20020717
- (bal) aixbff package updated by dtucker@zip.com.au
@ -1388,4 +1389,4 @@
- (stevesk) entropy.c: typo in debug message
- (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 $

View File

@ -115,6 +115,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#ifdef HAVE_SYS_UN_H
# include <sys/un.h> /* For sockaddr_un */
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_SYS_BITYPES_H
# include <sys/bitypes.h> /* For u_intXX_t */
#endif