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 580c300..948ab03 100644 --- a/procps/top.c +++ b/procps/top.c @@ -28,7 +28,7 @@ * GNU Library General Public License */ -#include "busybox.h" +#include "libbb.h" typedef struct top_status_t { |