Comment 3 for bug 980355

Revision history for this message
Johannes Sasongko (sjohannes) wrote :

This is because

{{{
#ifdef HAVE_GRANITE
#include <granite.h>
#endif

/* ... */

#include <config.h>
}}}

Attached is a fix.

(As an aside, shouldn't this problem affect anyone testing with Granite enabled?)