Portability tweak from Shaun Jackman, don't include asm/page.h directly.

This commit is contained in:
Rob Landley 2006-04-25 18:42:23 +00:00
parent 997650b972
commit 7818a422bc

View File

@ -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"