Annotation of gforth/netlib/netlib.h, revision 1.1

1.1     ! jwilke      1: 
        !             2: #include <sys/types.h>
        !             3: #include <sys/socket.h>
        !             4: #include <netinet/in.h>
        !             5: #include <netdb.h>
        !             6: #include <unistd.h>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>