Added include <net/ip6_checksum.h to rtw_br_ext.c

This was causing compile errors on arm64
This commit is contained in:
Jason K 2016-03-16 18:29:36 -07:00
parent a322c84595
commit ab5429edad

View File

@ -49,6 +49,7 @@
#include <linux/icmpv6.h>
#include <net/ndisc.h>
#include <net/checksum.h>
#include <net/ip6_checksum.h>
#endif
#endif