Add #include to prevent warnings on MmCopyFrom/ToUser

svn path=/trunk/; revision=4338
This commit is contained in:
Gé van Geldorp 2003-03-18 08:34:37 +00:00
parent c5c4fcd810
commit 32f822eab5

View file

@ -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 <windows.h>
#include <ddk/ntddk.h>
#include <internal/safe.h>
#include <win32k/coord.h>
#include <win32k/dc.h>
//#define NDEBUG
#define NDEBUG
#include <win32k/debug1.h>
/* FUNCTIONS *****************************************************************/