diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-07-23 21:47:20 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-07-23 21:47:20 +0000 |
commit | e51b85493b3efef078aac2e3f39ab8e0b50c63c2 (patch) | |
tree | 9717dccea7773f35e4213b91c752f6370534f861 | |
parent | af5161afa148615925991ce31c4104f0b4b7a409 (diff) | |
download | bootsplash-e51b85493b3efef078aac2e3f39ab8e0b50c63c2.tar bootsplash-e51b85493b3efef078aac2e3f39ab8e0b50c63c2.tar.gz bootsplash-e51b85493b3efef078aac2e3f39ab8e0b50c63c2.tar.bz2 bootsplash-e51b85493b3efef078aac2e3f39ab8e0b50c63c2.tar.xz bootsplash-e51b85493b3efef078aac2e3f39ab8e0b50c63c2.zip |
PAGE_MASK is now defined in sys/user.h
-rw-r--r-- | fb/progress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/progress.c b/fb/progress.c index 8a0164a..d5c7751 100644 --- a/fb/progress.c +++ b/fb/progress.c @@ -19,7 +19,7 @@ #include <sys/stat.h> #include <linux/kd.h> #include <linux/vt.h> -#include <asm/page.h> +#include <sys/user.h> int fd; static int fb; |