On Wed, Jul 27, 2005 at 04:29:42PM -0400, George Georgalis wrote: > > I'd like to port a Linux program, but I'm getting this > > /usr/include/netinet/ip.h:169: syntax error before `n_long' > /usr/include/netinet/ip.h:172: syntax error before `n_long'
Include netinet/in_systm.h first. Be warned though, that you are leaving all portable interfaces when you depend on anything but netinet/in.h. Joerg
