From 737f7aff365a47039fb48dcc06367e59863a4cee Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 5 Nov 2012 17:07:43 +1100 Subject: - (dtucker) [auth2-pubkey.c] wrap paths.h in an ifdef for platforms that don't have it. Spotted by tim@. --- auth2-pubkey.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'auth2-pubkey.c') diff --git a/auth2-pubkey.c b/auth2-pubkey.c index 6a621701..f9cc6c2c 100644 --- a/auth2-pubkey.c +++ b/auth2-pubkey.c @@ -31,7 +31,9 @@ #include #include -#include +#ifdef HAVE_PATHS_H +# include +#endif #include #include #include -- cgit v1.2.3