On 08/21/2012 02:01 AM, Held, Douglas wrote:
> $ cat test.c
> #include <sys/types.h>

Sorry, that wasn't the test programs I was worried about.
Can you please try the following?

  echo '#include <sys/device.h>' >test.c
  gcc -c test.c

  echo '#include <sys/types.h>' >test.c
  echo '#include <sys/device.h>' >>test.c
  gcc -c test.c

Also, if you go back to the failing compilation, what
is the output of "make V=1"?  It may include compiler
flags that you'll need in the above tests.

Reply via email to