From 66b69f42817e74e9b4cd30c39ba5beaa31ebf1b2 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Mon, 9 May 2005 20:30:38 +0000 Subject: [PATCH] - fixed missing include --- server/connection.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/connection.c b/server/connection.c index 38ba214..fb0cc96 100644 --- a/server/connection.c +++ b/server/connection.c @@ -1,5 +1,5 @@ /* - * $Id: connection.c,v 1.4 2005/05/09 20:22:29 lordjaxom Exp $ + * $Id: connection.c,v 1.5 2005/05/09 20:30:38 lordjaxom Exp $ */ #include "server/connection.h" @@ -9,6 +9,7 @@ #include #include +#include #include cServerConnection::cServerConnection(const char *Protocol):