On Monday 02 October 2006 20:15, Meino Christian Cramer wrote:
[SNIP]
>  My includes are now:
>
>     #include <linux/if.h>
>     #include <linux/ethtool.h>
>     #include <stdio.h>
>     #include <stdlib.h>
>     #include <string.h>
>     #include <errno.h>
>     #include <sys/types.h>
>     #include <linux/types.h>
[SNIP]

# cat /usr/include/linux/if.h
[SNIP]
#include <linux/types.h>                /* for "__kernel_caddr_t" et al */
[SNIP]

So as you see <linux/types.h> is included (by <linux/if.h> long before 
<sys/types.h>....

-- 
Bo Andresen

Attachment: pgp5aoTEX762E.pgp
Description: PGP signature

Reply via email to