[cogl-color.c] #include fix for the cogl_set_source_color prototype

cogl.h wasn't being included so we got a compiler warning
This commit is contained in:
Robert Bragg 2009-02-18 16:06:11 +00:00
parent 03018f0c2a
commit d2fe1fda31

View File

@ -2,6 +2,7 @@
#include "config.h"
#endif
#include "cogl.h"
#include "cogl-color.h"
#include "cogl-fixed.h"