mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
04e5859dd6
to authenticate against Unix PAM
15 lines
313 B
C
15 lines
313 B
C
--- src/pgina_pam_server.c.orig Fri Sep 12 10:30:13 2003
|
|
+++ src/pgina_pam_server.c Thu Apr 29 13:11:51 2004
|
|
@@ -148,6 +148,11 @@
|
|
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
+#include <arpa/inet.h>
|
|
+
|
|
#include "pgina_pam_server.h"
|
|
#include "access.h"
|
|
#include "actions.h"
|