Fixed includes to compile.

svn path=/trunk/; revision=1947
This commit is contained in:
Emanuele Aliberti 2001-06-07 20:38:53 +00:00
parent 51c0ed06fe
commit 6d96f0e0cc

View file

@ -1,4 +1,4 @@
/* $Id: beep.c,v 1.6 2000/10/05 19:17:25 ekohl Exp $ /* $Id: beep.c,v 1.7 2001/06/07 20:38:53 ea Exp $
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
@ -16,7 +16,7 @@
#include <ddk/ntddbeep.h> #include <ddk/ntddbeep.h>
#define NDEBUG #define NDEBUG
#include <internal/debug.h> #include <debug.h>
/* TYEPEDEFS ***************************************************************/ /* TYEPEDEFS ***************************************************************/
@ -285,4 +285,4 @@ DriverEntry (PDRIVER_OBJECT DriverObject, PUNICODE_STRING RegistryPath)
return (STATUS_SUCCESS); return (STATUS_SUCCESS);
} }
/* EOF */ /* EOF */