]> andersk Git - openssh.git/commitdiff
- (djm) [ssh-rand-helper.c] Needs a bunch of headers
authordjm <djm>
Wed, 15 Mar 2006 03:02:36 +0000 (03:02 +0000)
committerdjm <djm>
Wed, 15 Mar 2006 03:02:36 +0000 (03:02 +0000)
ChangeLog
ssh-rand-helper.c

index b69a7c11a50cc4af3ac1581879e652770db80020..6358a9ad369be04eb0288554b80571bed79775a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
  - (djm) [loginrec.c] Need stat.h
  - (djm) [openbsd-compat/sha2.h] Avoid include macro clash with
    system sha2.h
+ - (djm) [ssh-rand-helper.c] Needs a bunch of headers
 
 20060313
  - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
index d8517b1a32a7a0aae6d8840123392db2760ac7de..d51737126c28514ef8742c450a7fbd55221602d2 100644 (file)
 
 #include "includes.h"
 
+#include <sys/types.h>
+#include <sys/resource.h>
+#include <sys/stat.h>
+#include <sys/wait.h>
+
+#ifdef HAVE_SYS_UN_H
+# include <sys/un.h>
+#endif
+
+#include <signal.h>
+
 #include <openssl/rand.h>
 #include <openssl/sha.h>
 #include <openssl/crypto.h>
This page took 0.044555 seconds and 5 git commands to generate.