--- 2.4.19pre7aa1/fs/partitions/check.h.~1~	Tue Jan 22 18:54:25 2002
+++ 2.4.19pre7aa1/fs/partitions/check.h	Thu Apr 18 07:40:33 2002
@@ -2,6 +2,8 @@
  * add_partition adds a partitions details to the devices partition
  * description.
  */
+#include <linux/pagemap.h>
+
 void add_gd_partition(struct gendisk *hd, int minor, int start, int size);
 
 typedef struct {struct page *v;} Sector;