mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05: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
c1afd0de69
commit
598939cee1
@ -29,7 +29,6 @@
|
|||||||
#include "cogl.h"
|
#include "cogl.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <gmodule.h>
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user