aboutsummaryrefslogtreecommitdiff
path: root/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'ls.c')
-rw-r--r--ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ls.c b/ls.c
index dd38dd5f3..a619bb8b2 100644
--- a/ls.c
+++ b/ls.c
@@ -50,7 +50,6 @@ enum {
50 50
51/************************************************************************/ 51/************************************************************************/
52 52
53#include "busybox.h"
54#include <sys/types.h> 53#include <sys/types.h>
55#include <sys/stat.h> 54#include <sys/stat.h>
56#include <stdio.h> 55#include <stdio.h>
@@ -67,6 +66,7 @@ enum {
67#include <fcntl.h> 66#include <fcntl.h>
68#include <signal.h> 67#include <signal.h>
69#include <sys/ioctl.h> 68#include <sys/ioctl.h>
69#include "busybox.h"
70 70
71#ifndef MAJOR 71#ifndef MAJOR
72#define MAJOR(dev) (((dev)>>8)&0xff) 72#define MAJOR(dev) (((dev)>>8)&0xff)