Add in kent robotti's updated dos2unix.c
[oweals/busybox.git] / ps.c
diff --git a/ps.c b/ps.c
index dd154af9d889c0aefe72312d50e586b04c135300..4ce43c47f9f0242d55d57fcb79f41c2776f2f7bb 100644 (file)
--- a/ps.c
+++ b/ps.c
@@ -28,7 +28,6 @@
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
@@ -38,6 +37,7 @@
 #include <ctype.h>
 #include <string.h>
 #include <sys/ioctl.h>
+#include "busybox.h"
 #define BB_DECLARE_EXTERN
 #define bb_need_help
 #include "messages.c"