gdkmacoseventsource: Include "gdk-private.h"

_gdk_macos_event_source_new() calls g_source_set_static_name(), which
for GLib versions before 2.69.1 is a macro defined in gdk-private.h.

Fixes #4195
This commit is contained in:
Peter Bloomfield 2021-08-24 16:55:52 -04:00
parent 410ea1049b
commit 50c81dfc91

View File

@ -32,6 +32,8 @@
#include "gdkmacoseventsource-private.h"
#include "gdkmacosdisplay-private.h"
#include "gdk-private.h"
/*
* This file implementations integration between the GLib main loop and
* the native system of the Core Foundation run loop and Cocoa event