From 7b89c0b53be5361615639c5b3a5bf2cbb40f46bc Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sun, 26 May 2002 23:00:28 +0000 Subject: Relevant BUGIDs: 557322 Purpose of commit: cleanup Commit summary: --------------- clean up a compilation warning about strcmp() not being defined. --- modules/pam_rootok/pam_rootok.c | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/pam_rootok/pam_rootok.c b/modules/pam_rootok/pam_rootok.c index 4d440b03..a7342104 100644 --- a/modules/pam_rootok/pam_rootok.c +++ b/modules/pam_rootok/pam_rootok.c @@ -12,6 +12,7 @@ #include #include #include +#include /* * here, we make a definition for the externally accessible function -- cgit v1.2.3