aboutsummaryrefslogtreecommitdiff
path: root/coreutils/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/printf.c')
-rw-r--r--coreutils/printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/printf.c b/coreutils/printf.c
index 26a200e85..003423d56 100644
--- a/coreutils/printf.c
+++ b/coreutils/printf.c
@@ -47,7 +47,6 @@
47 47
48// 19990508 Busy Boxed! Dave Cinege 48// 19990508 Busy Boxed! Dave Cinege
49 49
50#include "busybox.h"
51#include <unistd.h> 50#include <unistd.h>
52#include <stdio.h> 51#include <stdio.h>
53#include <sys/types.h> 52#include <sys/types.h>
@@ -56,6 +55,7 @@
56#include <stdlib.h> 55#include <stdlib.h>
57#include <fcntl.h> 56#include <fcntl.h>
58#include <ctype.h> 57#include <ctype.h>
58#include "busybox.h"
59 59
60 60
61#ifndef S_IFMT 61#ifndef S_IFMT