board/io4.c: Include NT IOCTL header

Fixes non-PCH build.
This commit is contained in:
Tau 2019-09-01 11:48:32 -04:00
parent 05e4dda8e6
commit 32c87ca37e
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#include <windows.h>
#include <devioctl.h>
#include <hidclass.h>
#include <assert.h>