This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: linux/*.h include files


Flavio Rabello de Souza wrote:
> 
> I´m trying to compile a C program under cygwin but it uses some linux
> include files. (#include <linux/in.h> and #include <linux/if_ether.h>)

I did something similar when compiling tcpflow, but I just used a couple
of missing header files from FreeBSD.  See
<http://www.cygwin.com/ml/cygwin/2003-07/msg01772.html> for details.  In
the case of Cygwin (and probably other platforms), those headers reside
in 'netinet' not 'linux', so you'll probably have to modify the sources.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]