diff options
Diffstat (limited to 'libpwdgrp/shadow.c')
-rw-r--r-- | libpwdgrp/shadow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpwdgrp/shadow.c b/libpwdgrp/shadow.c index c794173..2d2b108 100644 --- a/libpwdgrp/shadow.c +++ b/libpwdgrp/shadow.c @@ -33,12 +33,12 @@ * lckpwdf ulckpwdf */ -#include "busybox.h" - #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> + +#include "busybox.h" #include "shadow_.h" static FILE *shadow; |