Use a common header file
[reactos.git] / reactos / drivers / bus / pci / pci.h
index 43230d0..f4397cb 100644 (file)
@@ -1,6 +1,9 @@
 #ifndef __PCI_H
 #define __PCI_H
 
+#include <ddk/ntifs.h>
+#include <ddk/wdmguid.h>
+#include <stdio.h>
 
 typedef struct _PCI_DEVICE
 {