view toynet.h @ 438:a2f530c4c442

Switching who default to 'n' since it's not yet fully implemented.
author Luis Felipe Strano Moraes <lfelipe@profusion.mobi>
date Tue, 07 Feb 2012 12:13:41 -0800
parents e864c5ed1d25
children 4dcd5decb4fd
line wrap: on
line source

// Included after toys.h, for network stuff.  Some build environments
// don't include network support, so we shouldn't include it unless we're
// going to build it.

#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <poll.h>