Fixed includes to compile.
authorEmanuele Aliberti <ea@iol.it>
Thu, 7 Jun 2001 20:38:53 +0000 (20:38 +0000)
committerEmanuele Aliberti <ea@iol.it>
Thu, 7 Jun 2001 20:38:53 +0000 (20:38 +0000)
svn path=/trunk/; revision=1947

reactos/drivers/dd/beep/beep.c

index 68649c9..ffa4e0b 100644 (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
  * PROJECT:              ReactOS kernel
@@ -16,7 +16,7 @@
 #include <ddk/ntddbeep.h>
 
 #define NDEBUG
-#include <internal/debug.h>
+#include <debug.h>
 
 
 /* TYEPEDEFS ***************************************************************/
@@ -285,4 +285,4 @@ DriverEntry (PDRIVER_OBJECT DriverObject, PUNICODE_STRING RegistryPath)
     return (STATUS_SUCCESS);
 }
 
-/* EOF */
\ No newline at end of file
+/* EOF */