pre-process: try find any include that looks like it might work
commit5acb0315e51af17f24d23c3e420298d06083e7d1
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 20 Jan 2017 13:46:10 +0000 (20 16:46 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 20 Jan 2017 13:46:10 +0000 (20 16:46 +0300)
treea5a614a2267c271a7d17925a437e6a4dc7c22abe
parent446c0abf439772b7330930cd638733c89fa6ea13
pre-process: try find any include that looks like it might work

When we're parsing code from other arches, then normally we error out
because we can't find the right include files.  With this code, we just
look for any include with that name and include it.  Also instead of dying
we just keep going.

It prints a lot of garbage output mostly, but some of the warnings still
work.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
pre-process.c