From 32f822eab51dc705f254e5b06c8adf9080effb17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Tue, 18 Mar 2003 08:34:37 +0000 Subject: [PATCH] Add #include to prevent warnings on MmCopyFrom/ToUser svn path=/trunk/; revision=4338 --- reactos/subsys/win32k/objects/coord.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/win32k/objects/coord.c b/reactos/subsys/win32k/objects/coord.c index ef78acb2ace..7254b88ceec 100644 --- a/reactos/subsys/win32k/objects/coord.c +++ b/reactos/subsys/win32k/objects/coord.c @@ -1,4 +1,4 @@ -/* $Id: coord.c,v 1.9 2003/03/14 22:48:31 ei Exp $ +/* $Id: coord.c,v 1.10 2003/03/18 08:34:37 gvg Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,10 @@ #include #include +#include #include #include -//#define NDEBUG +#define NDEBUG #include /* FUNCTIONS *****************************************************************/