mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
osx: Fix glib.h include path
The fix for removing glib/gmain.h introduced the wrong path for glib.h.
This commit is contained in:
@ -25,7 +25,8 @@
|
||||
#include "clutter-stage-osx.h"
|
||||
|
||||
#import <AppKit/AppKit.h>
|
||||
#include <glib/glib.h>
|
||||
|
||||
#include <glib.h>
|
||||
#include <clutter/clutter-debug.h>
|
||||
#include <clutter/clutter-private.h>
|
||||
#include <clutter/clutter-keysyms.h>
|
||||
|
Reference in New Issue
Block a user