Oops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMPLETION, put it
[oweals/busybox.git] / more.c
diff --git a/more.c b/more.c
index c4c74fe4adb176b5c0564dc683b2be62776b2979..298e1cfb19813657a43afaa6bb0a82f0d2ce9e83 100644 (file)
--- a/more.c
+++ b/more.c
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <fcntl.h>
 #include <signal.h>
 #include <stdlib.h>
 #include <sys/ioctl.h>
+#include "busybox.h"
 #define BB_DECLARE_EXTERN
 #define bb_need_help
 #include "messages.c"