mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 05:44:08 +00:00
[gl/cogl.c] #include <gmodule.h> for OS X builds
In unifying the {gl,gles}/cogl.c code recently, moving most of the code into common/cogl.c the gmodule.h include was also mistakenly moved. Thanks to Felix Rabe for reporting this issue. Note: I haven't tested this fix myself, as I'm not set up to be able to build for OS X
This commit is contained in:
parent
46c20f1523
commit
e4d3b0536f
@ -29,7 +29,6 @@
|
||||
#include "cogl.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <gmodule.h>
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <gmodule.h>
|
||||
|
||||
#include "cogl.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user