1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-09-23 18:58:21 +02:00

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

View File

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