Changeset 35647 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Jan 20, 2011 11:35:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h
r35494 r35647 76 76 77 77 #elif defined(RT_OS_LINUX) 78 # ifndef AUTOCONF_INCLUDED 79 # include <linux/autoconf.h> 78 # include <linux/version.h> 79 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,30) 80 # include <generated/autoconf.h> 81 # else 82 # ifndef AUTOCONF_INCLUDED 83 # include <linux/autoconf.h> 84 # endif 80 85 # endif 81 # include <linux/version.h>82 86 # if defined(CONFIG_MODVERSIONS) && !defined(MODVERSIONS) 83 87 # define MODVERSIONS
Note:
See TracChangeset
for help on using the changeset viewer.