sparse: fix the order of include paths to make sparse happy.
authorPritesh Kothari <pritesh.kothari@cisco.com>
Fri, 28 Mar 2014 19:19:59 +0000 (12:19 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Mar 2014 21:38:41 +0000 (14:38 -0700)
commit8605a29b26ceb7dd6ae001b70ffcf158aab406ee
tree82d773b44e9cf10e8073e4476b33668ec11756f0
parent9b516652a1b0113faf6cfa4df2039b7c8a217838
sparse: fix the order of include paths to make sparse happy.

This fix restores the order of include path such that the local include/ comes
before the system /usr/include in the #include path. Thus by making sure that
include/linux/types.h and include/linux/openvswitch.h take precedence over the
similar files in /usr/include/ directory.

Signed-off-by: Pritesh Kothari <pritesh.kothari@cisco.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Makefile.am