diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-10-26 12:54:24 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-10-26 12:54:24 +0000 |
commit | 18d2d6fb9e47cc88d08d0dfbb2f9e268ee29327a (patch) | |
tree | 8dbf9680e8d0bf0b78ed1b49fe9bdcf9ef2d2795 /source/sv_ac.c | |
parent | 8a4e5f5516e94fe901a332bce7eef9b824f225c6 (diff) |
Cleaned up `sys_win.c', moved some code into `win_ac.c' and `win_dbg.c'.
Fixed broken `sv_ac.c' compilation.
Diffstat (limited to 'source/sv_ac.c')
-rw-r--r-- | source/sv_ac.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/sv_ac.c b/source/sv_ac.c index b3ac447..beec6a2 100644 --- a/source/sv_ac.c +++ b/source/sv_ac.c @@ -24,6 +24,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // #include "sv_local.h" +#include "q_fifo.h" +#include "net_stream.h" typedef enum { ACS_BAD, |