diffing dir...
Mon Mar 5 20:20:45 GMT 2012 Duncan Coutts <du...@co...>
* Correct the name/path of the glib #include
Ignore-this: 89a8cba1724af487f2a5bc633cb302cc
It must be #include <glib.h> and not #include <glib-2.0/glib.h>
This fixes the build on Windows.
hunk ./pango/Graphics/Rendering/Pango/Structs.hsc 25
-#include <glib-2.0/glib.h>
+#include <glib.h>
|