]> andersk Git - openssh.git/commitdiff
- (djm) [ssh-agent.c] Restore dropped stat.h
authordjm <djm>
Wed, 15 Mar 2006 03:03:06 +0000 (03:03 +0000)
committerdjm <djm>
Wed, 15 Mar 2006 03:03:06 +0000 (03:03 +0000)
ChangeLog
ssh-agent.c

index 6358a9ad369be04eb0288554b80571bed79775a4..41feb3c3f5e620983b2da42e085a60e0c2e6c6ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
  - (djm) [openbsd-compat/sha2.h] Avoid include macro clash with
    system sha2.h
  - (djm) [ssh-rand-helper.c] Needs a bunch of headers
+ - (djm) [ssh-agent.c] Restore dropped stat.h
 
 20060313
  - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
index b45087629cfe646d4ad828ea357c84bfd47f829c..b09ce86f29c5d56db8027c100d0c7d6294d992e4 100644 (file)
@@ -37,6 +37,7 @@
 RCSID("$OpenBSD: ssh-agent.c,v 1.129 2006/02/20 17:02:44 stevesk Exp $");
 
 #include <sys/types.h>
+#include <sys/stat.h>
 #ifdef HAVE_SYS_UN_H
 # include <sys/un.h>
 #endif
This page took 0.045075 seconds and 5 git commands to generate.