From 93f57afe30ac586b88afac11aaef7d5610d06656 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Sat, 21 Mar 2015 05:16:56 +0000 Subject: Include paths.h to build with musl --- modules/pam_lastlog/pam_lastlog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/pam_lastlog/pam_lastlog.c b/modules/pam_lastlog/pam_lastlog.c index 535b115..1021e0c 100644 --- a/modules/pam_lastlog/pam_lastlog.c +++ b/modules/pam_lastlog/pam_lastlog.c @@ -26,6 +26,7 @@ #include #include #include +#include #if defined(hpux) || defined(sunos) || defined(solaris) # ifndef _PATH_LASTLOG -- cgit v1.2.1