aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/shadow.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/shadow.c')
-rw-r--r--libpwdgrp/shadow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpwdgrp/shadow.c b/libpwdgrp/shadow.c
index c79417383..2d2b108f2 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;