aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/__getpwent.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-07 23:14:40 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-07 23:14:40 +0000
commit4e05b9b0431aff7b44f57c333288401caaf86300 (patch)
tree82036519c3af41b6bc4bca084384320fc2c6d6e3 /libpwdgrp/__getpwent.c
parent0325a1c9e3ef37017d4eeac7f61300a28fe4dc5b (diff)
downloadbusybox-4e05b9b0431aff7b44f57c333288401caaf86300.tar.gz
include "busybox" after the libc includes tofix compile errors
Diffstat (limited to 'libpwdgrp/__getpwent.c')
-rw-r--r--libpwdgrp/__getpwent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpwdgrp/__getpwent.c b/libpwdgrp/__getpwent.c
index d553250f4..1b38c27ef 100644
--- a/libpwdgrp/__getpwent.c
+++ b/libpwdgrp/__getpwent.c
@@ -18,13 +18,13 @@
*
*/
-#include "busybox.h"
-
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
+
#include "pwd_.h"
+#include "busybox.h"
#define PWD_BUFFER_SIZE 256