From: Rob Landley Date: Tue, 25 Apr 2006 18:42:23 +0000 (-0000) Subject: Portability tweak from Shaun Jackman, don't include asm/page.h directly. X-Git-Tag: 1_2_0~484 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7818a422bc9a9dee61b1c3d87786d1724fb9b20a;p=oweals%2Fbusybox.git Portability tweak from Shaun Jackman, don't include asm/page.h directly. --- diff --git a/libbb/procps.c b/libbb/procps.c index 25f42ffc8..305a71723 100644 --- a/libbb/procps.c +++ b/libbb/procps.c @@ -11,8 +11,8 @@ #include #include #include +#include #include -#include #include #include "libbb.h"