[PATCH 1/1] fix inclusion of util.h

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

 



From: Christian Hesse <mail@xxxxxxxx>

---
 sshkey.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sshkey.c b/sshkey.c
index 24023d0..0c9032b 100644
--- a/sshkey.c
+++ b/sshkey.c
@@ -39,7 +39,9 @@
 #include <errno.h>
 #include <stdio.h>
 #include <string.h>
-#include <util.h>
+#ifdef HAVE_UTIL_H
+# include <util.h>
+#endif
 
 #include "ssh2.h"
 #include "ssherr.h"
-- 
2.0.1

_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@xxxxxxxxxxx
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev




[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux