1
0
Fork 0

[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:
Robert Bragg 2009-04-20 12:36:43 +01:00
parent c1afd0de69
commit 598939cee1
2 changed files with 1 additions and 1 deletions

View file

@ -29,7 +29,6 @@
#include "cogl.h"
#include <string.h>
#include <gmodule.h>
#include <math.h>
#include <stdlib.h>

View file

@ -26,6 +26,7 @@
#endif
#include <string.h>
#include <gmodule.h>
#include "cogl.h"