summaryrefslogtreecommitdiff
path: root/modules/pam_unix/bigcrypt_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_unix/bigcrypt_main.c')
-rw-r--r--modules/pam_unix/bigcrypt_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_unix/bigcrypt_main.c b/modules/pam_unix/bigcrypt_main.c
index 70819072..fab212d9 100644
--- a/modules/pam_unix/bigcrypt_main.c
+++ b/modules/pam_unix/bigcrypt_main.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <string.h>
-extern const char *bigcrypt(const char *password, const char *salt);
+#include "bigcrypt.h"
int
main(int argc, char **argv)