diff options
Diffstat (limited to 'src/pwcache.c')
-rw-r--r-- | src/pwcache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pwcache.c b/src/pwcache.c index af8c237..35a9925 100644 --- a/src/pwcache.c +++ b/src/pwcache.c @@ -3,8 +3,10 @@ #include "prelude.h" #include "pwcache.h" + #include "alloc.h" #include "trie.h" + #include <errno.h> #include <grp.h> #include <pwd.h> |