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. --- lib/net.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/net.c') diff --git a/lib/net.c b/lib/net.c index f4b26439..c12eff43 100644 --- a/lib/net.c +++ b/lib/net.c @@ -1,5 +1,4 @@ #include "toys.h" -#include "toynet.h" int xsocket(int domain, int type, int protocol) { -- cgit v1.2.3