Oops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMPLETION, put it
[oweals/busybox.git] / util-linux / more.c
index 15c3b6f87db377ee58b4d9a6dcf8f14d22d334b8..298e1cfb19813657a43afaa6bb0a82f0d2ce9e83 100644 (file)
@@ -1,4 +1,3 @@
-#error Foo
 /* vi: set sw=4 ts=4: */
 /*
  * Mini more implementation for busybox
  *
  */
 
-#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"