mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
tests: Fix defaultvalue test on macOS
Without these includes, the g_osx_app_info_get_type() in giotypefuncs.inc is missing a declaration.
This commit is contained in:
@@ -17,9 +17,15 @@
|
||||
* along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
#ifdef HAVE_COCOA
|
||||
#include <gio/gosxappinfo.h>
|
||||
#endif
|
||||
|
||||
static void
|
||||
check_property (const char *output,
|
||||
GParamSpec *pspec,
|
||||
|
Reference in New Issue
Block a user