trivial: Include header needed for GetLastError()

This commit is contained in:
Richard Hughes 2022-05-02 08:41:10 +01:00
parent 298377fab3
commit f6c6e98786

View File

@ -12,6 +12,7 @@
#include <string.h>
#ifdef _WIN32
#include <errhandlingapi.h>
#include <sysinfoapi.h>
#endif