diff options
author | Andrey Nazarov <skuller@skuller.net> | 2012-02-12 20:51:11 +0400 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2012-04-03 01:25:48 +0400 |
commit | e6ccd70cd3cefc96ddb73cf3b1807ff38cf8106b (patch) | |
tree | 780462fc3a3056c93e3fdd6f8957312c14cfa04f /src/sys_unix.c | |
parent | 2d10d077d5d7a0e9bdb76bc3e7b343b70da11ad7 (diff) |
Merge net_sock.h and net_stream.h headers.
Into single net_common.h header.
Diffstat (limited to 'src/sys_unix.c')
-rw-r--r-- | src/sys_unix.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |