]> andersk Git - openssh.git/commitdiff
- (dtucker) [sftp-common.c] Wrap include of util.h in an ifdef.
authordtucker <dtucker>
Wed, 13 Jan 2010 12:00:38 +0000 (12:00 +0000)
committerdtucker <dtucker>
Wed, 13 Jan 2010 12:00:38 +0000 (12:00 +0000)
ChangeLog
sftp-common.c

index 00cb316b273c94ae11e1586c770ca81dbae156c1..18ce0aa3814b357eb136421846eac35bdc0d05d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,7 @@
      [sftp.c]
      don't append a space after inserting a completion of a directory (i.e.
      a path ending in '/') for a slightly better user experience; ok dtucker@
+ - (dtucker) [sftp-common.c] Wrap include of util.h in an ifdef.
 
 20100112
  - (dtucker) OpenBSD CVS Sync
index 7393fc6a9dd91cbf0cda4ec6e7c77147a02a56d0..96eb4f79a5e3fffe4d1bfb71bf5f2c77f93444ea 100644 (file)
@@ -36,7 +36,9 @@
 #include <string.h>
 #include <time.h>
 #include <stdarg.h>
+#ifdef HAVE_UTIL_H
 #include <util.h>
+#endif
 
 #include "xmalloc.h"
 #include "buffer.h"
This page took 0.043467 seconds and 5 git commands to generate.