summaryrefslogtreecommitdiff
path: root/libc/pwd_grp/__sgetspent_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/pwd_grp/__sgetspent_r.c')
-rw-r--r--libc/pwd_grp/__sgetspent_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/pwd_grp/__sgetspent_r.c b/libc/pwd_grp/__sgetspent_r.c
index f2cd73195..ec7c1c936 100644
--- a/libc/pwd_grp/__sgetspent_r.c
+++ b/libc/pwd_grp/__sgetspent_r.c
@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
-#include <shadow.h>
+#include "config.h"
int __sgetspent_r(const char * string, struct spwd * spwd, char * line_buff, size_t buflen)