shithub: choc

Download patch

ref: db725c988cff2dd93306aa9139bdbbbea8af68db
parent: 08c59baa5e747bd65468a2e5b7ba47e195742e23
author: Simon Howard <[email protected]>
date: Thu Mar 30 14:13:20 EST 2006

Add missing #include

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 456

--- a/src/net_common.c
+++ b/src/net_common.c
@@ -1,7 +1,7 @@
 // Emacs style mode select   -*- C++ -*- 
 //-----------------------------------------------------------------------------
 //
-// $Id: net_common.c 412 2006-03-07 18:24:12Z fraggle $
+// $Id: net_common.c 456 2006-03-30 19:13:20Z fraggle $
 //
 // Copyright(C) 2005 Simon Howard
 //
@@ -51,7 +51,7 @@
 #include <stdlib.h>
 
 #include "doomdef.h"
-#include "i_system.h"
+#include "i_timer.h"
 
 #include "net_common.h"
 #include "net_io.h"