OSDN Git Service

fix compiling issues for new gcc 4.4.3 gingerbread-x86 honeycomb-x86 ics-x86
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 14 Apr 2011 07:30:04 +0000 (15:30 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 14 Apr 2011 07:36:21 +0000 (15:36 +0800)
commitcec95cb5a9a923e9273fc4ec1ba9591f18efe616
treef42b5d1e25826ddba8855fc91b148d98bd272bc8
parentefd41a453b0f7a6a751091ff3fd0f5d49746e6c5
fix compiling issues for new gcc 4.4.3

The old compiler incorrectly looks the headers from /usr/include/.
The new compiler doesn't do that, thus results in building errors.

Fix it by explicitly including the headers from the kernel tree.
v86.h