]> andersk Git - openssh.git/commitdiff
[includes.h] Bug 267 add stdint.h
authortim <tim>
Thu, 18 Jul 2002 18:49:32 +0000 (18:49 +0000)
committertim <tim>
Thu, 18 Jul 2002 18:49:32 +0000 (18:49 +0000)
ChangeLog
includes.h

index 5644694642b148b5bb9c86521c3fbc765d69e453..73f9afe6b3329327f4ed5efe79014be404ced68c 100644 (file)
--- 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
index e20d7a5191354bab6752f355a24cb7a91e2d724f..f6aa2ae677259013eb37c24a283f91cd94149191 100644 (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
This page took 0.082885 seconds and 5 git commands to generate.