summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2006-03-30 19:13:20 +0000
committerSimon Howard2006-03-30 19:13:20 +0000
commitdb725c988cff2dd93306aa9139bdbbbea8af68db (patch)
tree4b083c9bc2255fd6933e7251e5109e641b663b2e
parent08c59baa5e747bd65468a2e5b7ba47e195742e23 (diff)
downloadchocolate-doom-db725c988cff2dd93306aa9139bdbbbea8af68db.tar.gz
chocolate-doom-db725c988cff2dd93306aa9139bdbbbea8af68db.tar.bz2
chocolate-doom-db725c988cff2dd93306aa9139bdbbbea8af68db.zip
Add missing #include
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 456
-rw-r--r--src/net_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net_common.c b/src/net_common.c
index 396cdbed..35bc67e1 100644
--- 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"