From 98c322e881c6ab8d4f54c23feb1a106c23673640 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 2 Nov 2013 14:24:33 -0500 Subject: Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore. --- toys.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'toys.h') diff --git a/toys.h b/toys.h index caf96123..8450b803 100644 --- a/toys.h +++ b/toys.h @@ -55,6 +55,17 @@ #include #include +// Networking stuff + +#include +#include +#include +#include +#include +#include +#include +#include + #include "lib/lib.h" #include "toys/e2fs.h" -- cgit v1.2.3