aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbb/procps.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/procps.c b/libbb/procps.c
index 9ac5be092..eea6aa681 100644
--- a/libbb/procps.c
+++ b/libbb/procps.c
@@ -8,8 +8,6 @@
8 * 8 *
9 */ 9 */
10 10
11#include "libbb.h"
12
13#if ! defined CONFIG_FEATURE_USE_DEVPS_PATCH 11#if ! defined CONFIG_FEATURE_USE_DEVPS_PATCH
14#include <dirent.h> 12#include <dirent.h>
15#include <string.h> 13#include <string.h>
@@ -17,6 +15,7 @@
17#include <unistd.h> 15#include <unistd.h>
18#include <asm/page.h> 16#include <asm/page.h>
19 17
18#include "libbb.h"
20 19
21extern procps_status_t * procps_scan(int save_user_arg0) 20extern procps_status_t * procps_scan(int save_user_arg0)
22{ 21{