From fea73f2343b8c0b74deffc6208eddff9fe58864a Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Sun, 12 Oct 2003 21:21:40 +0000 Subject: [PATCH] - Added ntoskrnl.h to the include files. svn path=/trunk/; revision=6300 --- reactos/ntoskrnl/dbg/rdebug.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/dbg/rdebug.c b/reactos/ntoskrnl/dbg/rdebug.c index 280ac0b1143..37fbfb9005d 100644 --- a/reactos/ntoskrnl/dbg/rdebug.c +++ b/reactos/ntoskrnl/dbg/rdebug.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: rdebug.c,v 1.4 2003/10/12 17:05:44 hbirr Exp $ +/* $Id: rdebug.c,v 1.5 2003/10/12 21:21:40 hbirr Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -30,9 +30,10 @@ /* INCLUDES *****************************************************************/ #include +#include #define NDEBUG -#include +#include /* GLOBALS ******************************************************************/