Timer re-worked!
[lunaix-os.git] / lunaix-os / includes / lunaix / mm / page.h
index c20218405d88fae25b9f9a2f15578da302b295e9..415ea9e09847c1d4177c0f2d8eadd9b328820880 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __LUNAIX_PAGE_H
 #define __LUNAIX_PAGE_H
 #include <stdint.h>
-#include <lunaix/constants.h>
+#include <lunaix/common.h>
 
 #define PG_SIZE_BITS                12
 #define PG_SIZE                     (1 << PG_SIZE_BITS)