Subject: Re: netinet/ip.h
To: None <current-users@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: current-users
Date: 02/28/2006 20:01:04
In article <44048286.2010603@gmail.com>, haad  <haaaad@gmail.com> wrote:
>-=-=-=-=-=-
>
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>If I include /usr/include/netinet/ip.h in my c program compiled with
>
>gcc  -pedantic -Wall -g main.c

#include <time.h>
#include <sys/types.h>
#include <netinet/in_systm.h>
#include <netinet/in.h>
#include <netinet/ip.h>

christos