- (dtucker) [configure.ac readconf.c servconf.c
     openbsd-compat/openbsd-compat.h] Add compat bits for scan_scaled.
diff --git a/readconf.c b/readconf.c
index dccf3ba..cbc1981 100644
--- a/readconf.c
+++ b/readconf.c
@@ -30,7 +30,9 @@
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
+#ifdef HAVE_UTIL_H
 #include <util.h>
+#endif
 
 #include "xmalloc.h"
 #include "ssh.h"