From 1ecf7dfeca0f623f71c6acb6ce49640f6111a785 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 30 Apr 2024 15:07:20 -0500 Subject: [PATCH] aaaaa --- scripts/patch_xp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/patch_xp.c b/scripts/patch_xp.c index 9464d6e73..c0db1ccb5 100644 --- a/scripts/patch_xp.c +++ b/scripts/patch_xp.c @@ -1,5 +1,7 @@ // patch GetTickCount64 for running on Windows XP #include +#include +#include int main(int argc, char** argv) { unsigned char* buf;