aboutsummaryrefslogtreecommitdiff
path: root/libbb/my_getpwnam.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/my_getpwnam.c')
-rw-r--r--libbb/my_getpwnam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/my_getpwnam.c b/libbb/my_getpwnam.c
index 90277040e..db7f4a65f 100644
--- a/libbb/my_getpwnam.c
+++ b/libbb/my_getpwnam.c
@@ -21,9 +21,9 @@
#include <stdio.h>
#include <string.h>
+#include "libbb.h"
#include "pwd.h"
#include "grp.h"
-#include "libbb.h"
/* returns a uid given a username */