Skip to content

Commit 6c15570

Browse files
committed
[USBHUB]
- Include the DDK before debug.h - Fixes several warnings svn path=/branches/aicom-hardware-fun/; revision=47188
1 parent ff369ea commit 6c15570

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/usb/usbhub/usbhub.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
#include <debug.h>
21

32
#include <ntddk.h>
43
#include <usbioctl.h>
54

5+
#include <debug.h>
6+
67
#include "../miniport/usb_wrapper.h"
78
#include "../usbport/hub.h"
89

0 commit comments

Comments
 (0)