From e6ccd70cd3cefc96ddb73cf3b1807ff38cf8106b Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Sun, 12 Feb 2012 20:51:11 +0400 Subject: Merge net_sock.h and net_stream.h headers. Into single net_common.h header. --- src/sys_unix.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sys_unix.c') diff --git a/src/sys_unix.c b/src/sys_unix.c index c8e371c..3e7ef62 100644 --- a/src/sys_unix.c +++ b/src/sys_unix.c @@ -46,13 +46,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "common.h" #include "q_list.h" #include "q_field.h" +#include "q_fifo.h" #include "prompt.h" #include "files.h" #if USE_REF #include "vid_public.h" #endif #include "sys_public.h" -#include "net_sock.h" +#include "net_common.h" cvar_t *sys_basedir; cvar_t *sys_libdir; -- cgit v1.2.3