Build: Do not add /usr/include to the include path on Linux
When Pacemaker is cross-compiled, /usr/include is not a valid
include path. Moreover, a host gcc uses /usr/include by default
as can be seen with cpp -Wp,-v.
Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>