Messages in this thread |  | | Date | Tue, 4 Jun 1996 20:01:28 -0700 | From | Steve VanDevender <> | Subject | broken netinet/ includes |
| |
Robey Pointer writes: > Now I may just be a raving lunatic, but: > > /usr/include/netinet/ip_tcp.h: > #include <netinet/ip_tcp.h> > > There seems to be something very wrong with this... and basically every > file in the netinet/ directory. :) Just a heads up to kernel developers > before 2.0, since this will probably make a lot of network applications > un-compilable... > > Robey
I encountered this while I was trying to compile net-tools for my system. Here's what I put in that file:
#include <linux/tcp.h>
|  |