From 4260828a2958ebe8c96f66d8301dac53f4cde556 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 7 Dec 2013 11:38:03 +1100 Subject: - [authfile.c] Conditionalise inclusion of util.h --- authfile.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'authfile.c') diff --git a/authfile.c b/authfile.c index b0fc23e6a..3bbc7cbb8 100644 --- a/authfile.c +++ b/authfile.c @@ -60,7 +60,9 @@ #include #include +#ifdef HAVE_UTIL_H #include +#endif #include "xmalloc.h" #include "cipher.h" -- cgit v1.2.3