- Timestamp:
- Oct 25, 2010 8:20:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
r33439 r33441 76 76 #include <linux/init.h> 77 77 #include <linux/fs.h> 78 #include <linux/namei.h> 78 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0) 79 # include <linux/namei.h> 80 #endif 79 81 #include <linux/mm.h> 80 82 #include <linux/pagemap.h>
Note:
See TracChangeset
for help on using the changeset viewer.