- Get chew and csq to compile.
[reactos.git] / reactos / drivers / lib / csq / csq.c
index 388ed33..43c9740 100644 (file)
 /* $Id$ */
 
 #define __NTDRIVER__
-#include <ddk/ntddk.h>
-#include <ddk/csq.h>
+#include <ntifs.h>
+#include <ntddk.h>
 
 \f
-VOID NTAPI IopCsqCancelRoutine(PDEVICE_OBJECT DeviceObject,
+static VOID NTAPI IopCsqCancelRoutine(PDEVICE_OBJECT DeviceObject,
                                PIRP Irp)
 /*
  * FUNCTION: Cancel routine that is installed on any IRP that this library manages