Changeset 60590 in vbox
- Timestamp:
- Apr 20, 2016 10:22:31 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106727
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r60584 r60590 37 37 #include <linux/ip.h> 38 38 #include <linux/if_vlan.h> 39 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 5, 0) 40 #include <uapi/linux/pkt_cls.h> 41 #endif 39 42 #include <net/ipv6.h> 40 43 #include <net/if_inet6.h>
Note:
See TracChangeset
for help on using the changeset viewer.