diff options
Diffstat (limited to 'procps/top.c')
-rw-r--r-- | procps/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/top.c b/procps/top.c index 580c30050..948ab0315 100644 --- a/procps/top.c +++ b/procps/top.c | |||
@@ -28,7 +28,7 @@ | |||
28 | * GNU Library General Public License | 28 | * GNU Library General Public License |
29 | */ | 29 | */ |
30 | 30 | ||
31 | #include "busybox.h" | 31 | #include "libbb.h" |
32 | 32 | ||
33 | 33 | ||
34 | typedef struct top_status_t { | 34 | typedef struct top_status_t { |