summaryrefslogtreecommitdiff
path: root/lib/libc/gen/pwcache.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-02-19 00:05:59 +0000
committerWarner Losh <imp@FreeBSD.org>2002-02-19 00:05:59 +0000
commit576541a9e697991807c130dfea6f94a788a1e6fe (patch)
tree4d682fcb9116e7b87abdc334d07500b7f166fa9a /lib/libc/gen/pwcache.c
parenta448c26154a7b91daec8962b0164e5bddd5d6c9e (diff)
Notes
Diffstat (limited to 'lib/libc/gen/pwcache.c')
-rw-r--r--lib/libc/gen/pwcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/pwcache.c b/lib/libc/gen/pwcache.c
index d573c2d06b7d..e5ed90bc081f 100644
--- a/lib/libc/gen/pwcache.c
+++ b/lib/libc/gen/pwcache.c
@@ -40,9 +40,9 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <grp.h>
-#include <string.h>
#include <pwd.h>
#include <stdio.h>
+#include <string.h>
#include <utmp.h>
#define NCACHE 64 /* power of 2 */