diff --git a/ChangeLog b/ChangeLog index 5c2c9d8fe..e510f9f42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ diff --git a/includes.h b/includes.h index e20d7a519..f6aa2ae67 100644 --- a/includes.h +++ b/includes.h @@ -115,6 +115,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #ifdef HAVE_SYS_UN_H # include /* For sockaddr_un */ #endif +#ifdef HAVE_STDINT_H +# include +#endif #ifdef HAVE_SYS_BITYPES_H # include /* For u_intXX_t */ #endif