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

1_4_stable
Rob Landley 2006-04-25 18:42:23 +00:00
parent 997650b972
commit 7818a422bc
1 changed files with 1 additions and 1 deletions

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"