diff --git a/host/platform/Windows/include/windows/delay.h b/host/platform/Windows/include/windows/delay.h index cc72f66d..8672552f 100644 --- a/host/platform/Windows/include/windows/delay.h +++ b/host/platform/Windows/include/windows/delay.h @@ -18,7 +18,7 @@ * Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include +#include typedef NTSTATUS (__stdcall *ZwSetTimerResolution_t)(ULONG RequestedResolution, BOOLEAN Set, PULONG ActualResolution);