diff options
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; |