[uClibc]header files

Erik Andersen andersen at codepoet.org
Wed Jul 10 05:10:48 UTC 2002


On Wed Jul 10, 2002 at 11:24:20AM +1000, Brendan J Simon wrote:
> 
> I've tracked this down to the follwoing inclusions in the source file (a 
> kernel module).
> 
> #include <linux/types.h>
> #include <sys/types.h>
> 
> Any clues on how to solve this ?
> Cheers,
> Brendan Simon.

Yup.  Easy to fix.  Heres the patch:

 -#include <linux/types.h>
  #include <sys/types.h>

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list