Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipv6: directly include libc-compat.h in ipv6.h
Patch 3b50d90 ("ipv6: fix redefinition of in6_pktinfo ...") fixed a libc compatibility issue in ipv6 structure definitions as described in include/uapi/linux/libc-compat.h. It relies on including linux/in6.h to include libc-compat.h itself. Include that file directly to clearly communicate the dependency (libc-compat.h: "This include must be as early as possible"). Signed-off-by: Willem de Bruijn <[email protected]> ---- As discussed in http://patchwork.ozlabs.org/patch/427384/ Acked-by: Cong Wang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information