]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blobdiff - nss/pw.c
nss: move NSS function definitions to separate header
[nsscash/nsscash.git] / nss / pw.c
index 813b4f5cbbe433a4788deec326932fbc790eada1..d2c1bfa4acd793b12e5cbdf084de22ddefe6ed33 100644 (file)
--- a/nss/pw.c
+++ b/nss/pw.c
@@ -18,8 +18,6 @@
  */
 
 #include <errno.h>
-#include <nss.h>
-#include <pwd.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -28,6 +26,7 @@
 #include <pthread.h>
 
 #include "cash.h"
+#include "cash_nss.h"
 #include "file.h"
 #include "search.h"