diff options
Diffstat (limited to 'toynet.h')
-rw-r--r-- | toynet.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/toynet.h b/toynet.h deleted file mode 100644 index 3cfb0159..00000000 --- a/toynet.h +++ /dev/null @@ -1,13 +0,0 @@ -// 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 <arpa/inet.h> -#include <netdb.h> -#include <net/if.h> -#include <netinet/in.h> -#include <netinet/tcp.h> -#include <poll.h> -#include <sys/socket.h> -#include <sys/un.h> - |