including file

2009-10-27 Thread Mar11
Hi all, I have problem with including some header file which are stored in ../usr/include/ look at this include files #include #include #include when i compile the program i get this errom message netinet/in.h: No such file or directory arpa/inet.h: No such file or directory .. i have

Re: including file

2009-10-27 Thread Mar11
name is testprog.c) thanks in advance Larry Hall (Cygwin) wrote: > > On 10/27/2009 11:30 AM, Mar11 wrote: >> >> >> Hi all, >> >> I have problem with including some header file which are stored in >> ../usr/include/ >> >> look at thi