blob: 72488a1cb00334de5abea9b3a419b4715b697fc1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- pam_pgsql.c.orig Wed Aug 17 00:05:28 2005
+++ pam_pgsql.c Wed Aug 17 00:06:51 2005
@@ -17,10 +17,10 @@
#include <time.h>
#include <sys/time.h>
#include <libpq-fe.h>
-#include <crypt.h>
#include <sys/types.h>
#include <unistd.h>
#include <netdb.h>
+#include <security/pam_appl.h>
#define PAM_SM_AUTH
#define PAM_SM_ACCOUNT
|