mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Update gcancellable.c for Win32
errno.h is still required for Windows in this file...
This commit is contained in:
parent
8f484c482d
commit
9f90408e97
@ -27,6 +27,7 @@
|
||||
#endif
|
||||
#include <gioerror.h>
|
||||
#ifdef G_OS_WIN32
|
||||
#include <errno.h>
|
||||
#include <windows.h>
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user