[idd] install: add missing io.h include

This commit is contained in:
Quantum
2025-09-14 04:43:21 -04:00
committed by Geoffrey McRae
parent 30869c1c9c
commit e2bc1856b6

View File

@@ -1,5 +1,6 @@
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#include <io.h>
#include <fcntl.h> #include <fcntl.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>