diff options
Diffstat (limited to 'miscutils/dutmp.c')
-rw-r--r-- | miscutils/dutmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/dutmp.c b/miscutils/dutmp.c index ec10941d0..cf5f1cff8 100644 --- a/miscutils/dutmp.c +++ b/miscutils/dutmp.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * Erik Andersen <andersen@lineo.com> | 12 | * Erik Andersen <andersen@lineo.com> |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include "internal.h" | 15 | #include "busybox.h" |
16 | #include <sys/types.h> | 16 | #include <sys/types.h> |
17 | #include <fcntl.h> | 17 | #include <fcntl.h> |
18 | 18 | ||