Merge branch 'test.msvc' into 'master'

clipboard-client.c: Include necessary headers for Windows

See merge request GNOME/gtk!3505
This commit is contained in:
Matthias Clasen 2021-05-04 11:53:13 +00:00
commit 670a2be782

View File

@ -4,6 +4,10 @@
#include "wayland/gdkwayland.h"
#endif
#ifdef G_OS_WIN32
#include <io.h>
#include <process.h>
#endif
G_GNUC_NORETURN static void
got_string_cb (GObject *source,