From f76040136405d824fa8c2c47f7643c31f52bff93 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 3 Dec 2007 18:57:57 -0600 Subject: Netcat needs this to build. --- toynet.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 toynet.h (limited to 'toynet.h') diff --git a/toynet.h b/toynet.h new file mode 100644 index 00000000..2ecda641 --- /dev/null +++ b/toynet.h @@ -0,0 +1,9 @@ +// 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 +#include +#include +#include +#include -- cgit v1.2.3