Changeset 35662 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Jan 20, 2011 6:11:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h
r35647 r35662 77 77 #elif defined(RT_OS_LINUX) 78 78 # include <linux/version.h> 79 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,3 0)79 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33) 80 80 # include <generated/autoconf.h> 81 81 # else
Note:
See TracChangeset
for help on using the changeset viewer.