1 #include <sys/types.h> 2 #include <vm/vm.h> 3 #ifndef FALSE 4 #define FALSE 0 5 #endif 6 #ifndef TRUE 7 #define TRUE 1 8 #endif 9