]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
conditionalise util.h inclusion
authorDamien Miller <djm@mindrot.org>
Thu, 21 May 2015 07:55:15 +0000 (17:55 +1000)
committerDamien Miller <djm@mindrot.org>
Thu, 21 May 2015 07:55:15 +0000 (17:55 +1000)
ssh-agent.c

index 9e2a37fae211147c39a5831e1bff96513792b7e1..34b19b754ec10a970dd48e0f6da6a90bfe5a0b65 100644 (file)
@@ -68,7 +68,9 @@
 #include <time.h>
 #include <string.h>
 #include <unistd.h>
-#include <util.h>
+#ifdef HAVE_UTIL_H
+# include <util.h>
+#endif
 
 #include "key.h"       /* XXX for typedef */
 #include "buffer.h"    /* XXX for typedef */