]> git.baikalelectronics.ru Git - kernel.git/commit
SELinux: selinux/xfrm.h needs net/flow.h
authorDavid Howells <dhowells@redhat.com>
Mon, 26 Mar 2012 15:38:47 +0000 (16:38 +0100)
committerDavid Howells <dhowells@redhat.com>
Mon, 26 Mar 2012 15:38:47 +0000 (16:38 +0100)
commite133339c31979e24e8b198f437629ba1e263b212
tree7bf3f7e682e220ce30afe3572332fb424a3761f2
parente29a0cd1bef0aa3d86ad34d772bca62e51631e20
SELinux: selinux/xfrm.h needs net/flow.h

selinux/xfrm.h needs to #include net/flow.h or else suffer:

In file included from security/selinux/ss/services.c:69:0:
security/selinux/include/xfrm.h: In function 'selinux_xfrm_notify_policyload':
security/selinux/include/xfrm.h:53:14: error: 'flow_cache_genid' undeclared (first use in this function)
security/selinux/include/xfrm.h:53:14: note: each undeclared identifier is reported only once for each function it appears in

Signed-off-by: David Howells <dhowells@redhat.com>
security/selinux/include/xfrm.h