fix compile by fixing capitalisation

This commit is contained in:
starfrost013
2025-01-12 23:09:03 +00:00
parent 8c48478706
commit 4f15889638
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ So I decided to create this timer that is completely separate from the CPU Core.
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#include <86Box/86box.h>
#include <86box/86box.h>
#ifdef _WIN32
#include <Windows.h>