projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
997650b
)
Portability tweak from Shaun Jackman, don't include asm/page.h directly.
author
Rob Landley
<rob@landley.net>
Tue, 25 Apr 2006 18:42:23 +0000
(18:42 -0000)
committer
Rob Landley
<rob@landley.net>
Tue, 25 Apr 2006 18:42:23 +0000
(18:42 -0000)
libbb/procps.c
patch
|
blob
|
history
diff --git
a/libbb/procps.c
b/libbb/procps.c
index 25f42ffc8f35aa28ac99cfa5b302cd753ad2b634..305a71723b0a9ab501a8e13963accd5e39819d10 100644
(file)
--- a/
libbb/procps.c
+++ b/
libbb/procps.c
@@
-11,8
+11,8
@@
#include <dirent.h>
#include <string.h>
#include <stdlib.h>
+#include <sys/param.h>
#include <unistd.h>
-#include <asm/page.h>
#include <fcntl.h>
#include "libbb.h"