forked from AuroraMiddleware/gtk
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:
commit
670a2be782
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user